Html Css Color HEX #F124DC Razzle Dazzle Rose

📋 copy color: '#F124DC'

red 241 ◦ green 36 ◦ blue 220

#F124DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F124DC

Tints of Razzle Dazzle Rose #F124DC

RGB

 RED value IS 241 (94.53% from 255) = 48.49%

 GREEN value IS 36 (14.45% from 255) = 7.24%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 48.49%
G = 7.24%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F124DC (or 0xF124DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and DC. RGB value is (241,36,220). Sum of RGB (Red+Green+Blue) = 241+36+220=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F124DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124DC is #0EDB23. Grayscale: #757575. Windows color (decimal): -973604 or 14427377. OLE color: 14427377.

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

Color convert

RGB 241 36 220 -
CMYK 0 0.85 0.09 0.05
HSL 306.15º 0.88% 0.54% -
HSV(B) 306.15º 0.85% 0.95% -
XYZ 49.82 25.13 69.93 -
YUV 118.27 185.42 215.54 -
System Red Green Blue C M Y K H S L
Decimal 241 36 220 0 0.85 0.09 0.05 306.15 0.88 0.54
Hex F1 24 DC 0 55 9 5 132 58 36
Octal 361 44 334 0 125 11 5 462 130 66
Binary 11110001 100100 11011100 0 1010101 1001 101 100110010 1011000 110110

Color Harmonies of #F124DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124DC

Black with #F124DC

Text Example


Text Example

White with #F124DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124DC; }

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

 H1.HeaderClassName
 {
   color: #F124DC;
 }
 .AnyTagClassName
 {
   color: #F124DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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