#F235CD

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

Shades of Razzle Dazzle Rose #F235CD

Tints of Razzle Dazzle Rose #F235CD

Color information

#F235CD (or 0xF235CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 35 and CD. RGB value is (242,53,205). Sum of RGB (Red+Green+Blue) = 242+53+205=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F235CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235CD is #0DCA32. Grayscale: #7E7E7E. Windows color (decimal): -903731 or 13448690. OLE color: 13448690.

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

Color convert

RGB24253205-
CMYK00.780.150.05
HSL311.75º87.91%57.84%-
HSV(B)311.75º78.1%94.9%-
XYZ48.9125.8360.17-
YUV126.84172.12210.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.4%
GREEN value IS 53 (21.09% from 255) = 10.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=48.4%
G=10.6%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425320500.780.150.05311.7587.9157.84
HexF235CD04EF5138583a
Octal36265315011617547013072
Binary11110010110101110011010100111011111011001110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235CD; }

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

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

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

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

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

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

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

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