#F235D7

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

Shades of Razzle Dazzle Rose #F235D7

Tints of Razzle Dazzle Rose #F235D7

Color information

#F235D7 (or 0xF235D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 35 and D7. RGB value is (242,53,215). Sum of RGB (Red+Green+Blue) = 242+53+215=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 53 (21.09% from 255 or 10.39% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F235D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235D7 is #0DCA28. Grayscale: #7F7F7F. Windows color (decimal): -903721 or 14104050. OLE color: 14104050.

HSL color Cylindrical-coordinate representation of color #F235D7: hue angle of 308.57º 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 #F235D7 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB24253215-
CMYK00.780.110.05
HSL308.57º87.91%57.84%-
HSV(B)308.57º78.1%94.9%-
XYZ50.1626.3366.73-
YUV127.98177.12209.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.45%
GREEN value IS 53 (21.09% from 255) = 10.39%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=47.45%
G=10.39%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425321500.780.110.05308.5787.9157.84
HexF235D704EB5135583a
Octal36265327011613546513072
Binary11110010110101110101110100111010111011001101011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235D7; }

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

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

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

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

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

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

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

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