#F231F2

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

Shades of Razzle Dazzle Rose #F231F2

Tints of Razzle Dazzle Rose #F231F2

Color information

#F231F2 (or 0xF231F2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 31 and F2. RGB value is (242,49,242). Sum of RGB (Red+Green+Blue) = 242+49+242=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 49 (19.53% from 255 or 9.19% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F231F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F231F2 is #0DCE0D. Grayscale: #808080. Windows color (decimal): -904718 or 15872498. OLE color: 15872498.

HSL color Cylindrical-coordinate representation of color #F231F2: hue angle of 300º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231F2 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24249242-
CMYK00.8000.05
HSL300º88.13%57.06%-
HSV(B)300º79.75%94.9%-
XYZ53.7427.4886.48-
YUV128.71191.94208.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 49 (19.53% from 255) = 9.19%
BLUE value IS 242 (94.92% from 255) = 45.40%
R=45.40%
G=9.19%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424924200.8000.0530088.1357.06
HexF231F20500512c5839
Octal3626136201200545413071
Binary11110010110001111100100101000001011001011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F231F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F231F2; }

 p { color: rgb(242,49,242); }

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

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

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

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

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

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

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