#F23ED7

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

Shades of Razzle Dazzle Rose #F23ED7

Tints of Razzle Dazzle Rose #F23ED7

Color information

#F23ED7 (or 0xF23ED7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3E and D7. RGB value is (242,62,215). Sum of RGB (Red+Green+Blue) = 242+62+215=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F23ED7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23ED7 is #0DC128. Grayscale: #848484. Windows color (decimal): -901417 or 14106354. OLE color: 14106354.

HSL color Cylindrical-coordinate representation of color #F23ED7: hue angle of 309º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23ED7 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB24262215-
CMYK00.740.110.05
HSL309º87.38%59.61%-
HSV(B)309º74.38%94.9%-
XYZ50.6127.2366.88-
YUV133.26174.13205.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 62 (24.61% from 255) = 11.95%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=46.63%
G=11.95%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426221500.740.110.0530987.3859.61
HexF23ED704AB5135573c
Octal36276327011213546512774
Binary11110010111110110101110100101010111011001101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23ED7; }

 p { color: rgb(242,62,215); }

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

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

 a { background-color: rgb(242,62,215); }

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

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

 span { border-color: rgb(242,62,215); }

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