#F124CC

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

Shades of Razzle Dazzle Rose #F124CC

Tints of Razzle Dazzle Rose #F124CC

Color information

#F124CC (or 0xF124CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 24 and CC. RGB value is (241,36,204). Sum of RGB (Red+Green+Blue) = 241+36+204=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F124CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124CC is #0EDB33. Grayscale: #737373. Windows color (decimal): -973620 or 13378801. OLE color: 13378801.

HSL color Cylindrical-coordinate representation of color #F124CC: hue angle of 310.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F124CC is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB24136204-
CMYK00.850.150.05
HSL310.83º87.98%54.31%-
HSV(B)310.83º85.06%94.51%-
XYZ47.8124.3259.3-
YUV116.45177.42216.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 36 (14.45% from 255) = 7.48%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=50.10%
G=7.48%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413620400.850.150.05310.8387.9854.31
HexF124CC055F51375836
Octal36144314012517546713066
Binary11110001100100110011000101010111111011001101111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F124CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F124CC; }

 p { color: rgb(241,36,204); }

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

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

 a { background-color: rgb(241,36,204); }

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

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

 span { border-color: rgb(241,36,204); }

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