#F23CC0

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

Shades of Razzle Dazzle Rose #F23CC0

Tints of Razzle Dazzle Rose #F23CC0

Color information

#F23CC0 (or 0xF23CC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3C and C0. RGB value is (242,60,192). Sum of RGB (Red+Green+Blue) = 242+60+192=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23CC0 is #0DC33F. Grayscale: #818181. Windows color (decimal): -901952 or 12598514. OLE color: 12598514.

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

Color convert

RGB24260192-
CMYK00.750.210.05
HSL316.48º87.5%59.22%-
HSV(B)316.48º75.21%94.9%-
XYZ47.7525.9152.35-
YUV129.47163.3208.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 60 (23.83% from 255) = 12.15%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=48.99%
G=12.15%
B=38.87%

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
Decimal2426019200.750.210.05316.4887.559.22
HexF23CC004B15513c583b
Octal36274300011325547413073
Binary111100101111001100000001001011101011011001111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23CC0; }

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

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

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

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

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

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

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

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