#f223e6

Color #F223E6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F223E6

Tints of Razzle Dazzle Rose #F223E6

Color information

#F223E6 (or 0xF223E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 23 and E6. RGB value is (242,35,230). Sum of RGB (Red+Green+Blue) = 242+35+230=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 35 (14.06% from 255 or 6.90% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F223E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F223E6 is #0DDC19. Grayscale: #767676. Windows color (decimal): -908314 or 15082482. OLE color: 15082482.

HSL color Cylindrical-coordinate representation of color #F223E6: hue angle of 303.48º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223E6 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB24235230-
CMYK00.860.050.05
HSL303.48º88.84%54.31%-
HSV(B)303.48º85.54%94.9%-
XYZ51.525.7977.13-
YUV119.12190.58215.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 47.73%
GREEN value IS 35 (14.06% from 255) = 6.90%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=47.73%
G=6.90%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423523000.860.050.05303.4888.8454.31
HexF223E60565512f5936
Octal3624334601265545713166
Binary1111001010001111100110010101101011011001011111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f223e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f223e6; }

 p { color: rgb(242,35,230); }

 H1.HeaderClassName
 {
   color: #f223e6;
 }
 .AnyTagClassName
 {
   color: #f223e6;
 }
</style>
background-color css

<style>
 a { background-color: #f223e6; }

 a { background-color: rgb(242,35,230); }

 div.DivClassName
 {
   background-color: #f223e6;
 }
 .BgClassName
 {
   background-color: #f223e6;
 }
</style>
border-color css

<style>
 span { border-color: #f223e6; }

 span { border-color: rgb(242,35,230); }

 td.TdClassName
 {
   border-color: #f223e6;
 }
 .TagClassName
 {
   border-color: #f223e6;
 }
</style>