#F243D4

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

Shades of Razzle Dazzle Rose #F243D4

Tints of Razzle Dazzle Rose #F243D4

Color information

#F243D4 (or 0xF243D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 43 and D4. RGB value is (242,67,212). Sum of RGB (Red+Green+Blue) = 242+67+212=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 67 (26.56% from 255 or 12.86% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F243D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F243D4 is #0DBC2B. Grayscale: #878787. Windows color (decimal): -900140 or 13911026. OLE color: 13911026.

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

Color convert

RGB24267212-
CMYK00.720.120.05
HSL310.29º87.06%60.59%-
HSV(B)310.29º72.31%94.9%-
XYZ50.5127.6564.96-
YUV135.86170.98203.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 67 (26.56% from 255) = 12.86%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=46.45%
G=12.86%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426721200.720.120.05310.2987.0660.59
HexF243D4048C5136573d
Octal362103324011014546612775
Binary111100101000011110101000100100011001011001101101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F243D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F243D4; }

 p { color: rgb(242,67,212); }

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

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

 a { background-color: rgb(242,67,212); }

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

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

 span { border-color: rgb(242,67,212); }

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