Html Css Color HEX #F124D2 Razzle Dazzle Rose

📋 copy color: '#F124D2'

red 241 ◦ green 36 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F124D2

Tints of Razzle Dazzle Rose #F124D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 49.49%
G = 7.39%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F124D2 (or 0xF124D2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and D2. RGB value is (241,36,210). Sum of RGB (Red+Green+Blue) = 241+36+210=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F124D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124D2 is #0EDB2D. Grayscale: #747474. Windows color (decimal): -973614 or 13772017. OLE color: 13772017.

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

Color convert

RGB 241 36 210 -
CMYK 0 0.85 0.13 0.05
HSL 309.07º 0.88% 0.54% -
HSV(B) 309.07º 0.85% 0.95% -
XYZ 48.54 24.62 63.17 -
YUV 117.13 180.42 216.35 -
System Red Green Blue C M Y K H S L
Decimal 241 36 210 0 0.85 0.13 0.05 309.07 0.88 0.54
Hex F1 24 D2 0 55 D 5 135 58 36
Octal 361 44 322 0 125 15 5 465 130 66
Binary 11110001 100100 11010010 0 1010101 1101 101 100110101 1011000 110110

Color Harmonies of #F124D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124D2

Black with #F124D2

Text Example


Text Example

White with #F124D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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