#F23DCA

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

Shades of Razzle Dazzle Rose #F23DCA

Tints of Razzle Dazzle Rose #F23DCA

Color information

#F23DCA (or 0xF23DCA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3D and CA. RGB value is (242,61,202). Sum of RGB (Red+Green+Blue) = 242+61+202=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23DCA is #0DC235. Grayscale: #828282. Windows color (decimal): -901686 or 13254130. OLE color: 13254130.

HSL color Cylindrical-coordinate representation of color #F23DCA: hue angle of 313.26º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23DCA is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB24261202-
CMYK00.750.170.05
HSL313.26º87.44%59.41%-
HSV(B)313.26º74.79%94.9%-
XYZ48.9526.4858.41-
YUV131.19167.97207.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 61 (24.22% from 255) = 12.08%
BLUE value IS 202 (79.30% from 255) = 40%
R=47.92%
G=12.08%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426120200.750.170.05313.2687.4459.41
HexF23DCA04B115139573b
Octal36275312011321547112773
Binary111100101111011100101001001011100011011001110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23DCA; }

 p { color: rgb(242,61,202); }

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

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

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

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

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

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

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