#F235B8

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

Shades of Razzle Dazzle Rose #F235B8

Tints of Razzle Dazzle Rose #F235B8

Color information

#F235B8 (or 0xF235B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 35 and B8. RGB value is (242,53,184). Sum of RGB (Red+Green+Blue) = 242+53+184=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F235B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235B8 is #0DCA47. Grayscale: #7C7C7C. Windows color (decimal): -903752 or 12072434. OLE color: 12072434.

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

Color convert

RGB24253184-
CMYK00.780.240.05
HSL318.41º87.91%57.84%-
HSV(B)318.41º78.1%94.9%-
XYZ46.5424.8847.7-
YUV124.44161.62211.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.52%
GREEN value IS 53 (21.09% from 255) = 11.06%
BLUE value IS 184 (72.27% from 255) = 38.41%
R=50.52%
G=11.06%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425318400.780.240.05318.4187.9157.84
HexF235B804E18513e583a
Octal36265270011630547613072
Binary111100101101011011100001001110110001011001111101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235B8; }

 p { color: rgb(242,53,184); }

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

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

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

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

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

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

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