#F237C3

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

Shades of Razzle Dazzle Rose #F237C3

Tints of Razzle Dazzle Rose #F237C3

Color information

#F237C3 (or 0xF237C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 37 and C3. RGB value is (242,55,195). Sum of RGB (Red+Green+Blue) = 242+55+195=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F237C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F237C3 is #0DC83C. Grayscale: #7E7E7E. Windows color (decimal): -903229 or 12793842. OLE color: 12793842.

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

Color convert

RGB24255195-
CMYK00.770.190.05
HSL315.08º87.79%58.24%-
HSV(B)315.08º77.27%94.9%-
XYZ47.8325.5554.04-
YUV126.87166.45210.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.19%
GREEN value IS 55 (21.88% from 255) = 11.18%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=49.19%
G=11.18%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425519500.770.190.05315.0887.7958.24
HexF237C304D13513b583a
Octal36267303011523547313072
Binary111100101101111100001101001101100111011001110111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F237C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F237C3; }

 p { color: rgb(242,55,195); }

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

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

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

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

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

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

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