#F23DC0

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

Shades of Razzle Dazzle Rose #F23DC0

Tints of Razzle Dazzle Rose #F23DC0

Color information

#F23DC0 (or 0xF23DC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3D and C0. RGB value is (242,61,192). Sum of RGB (Red+Green+Blue) = 242+61+192=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23DC0 is #0DC23F. Grayscale: #818181. Windows color (decimal): -901696 or 12598770. OLE color: 12598770.

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

Color convert

RGB24261192-
CMYK00.750.210.05
HSL316.57º87.44%59.41%-
HSV(B)316.57º74.79%94.9%-
XYZ47.826.0252.37-
YUV130.05162.97207.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 61 (24.22% from 255) = 12.32%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=48.89%
G=12.32%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426119200.750.210.05316.5787.4459.41
HexF23DC004B15513d573b
Octal36275300011325547512773
Binary111100101111011100000001001011101011011001111011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23DC0; }

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

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

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

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

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

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

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

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