Html Css Color HEX #F124D7 Razzle Dazzle Rose

📋 copy color: '#F124D7'

red 241 ◦ green 36 ◦ blue 215

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

Shades of Razzle Dazzle Rose #F124D7

Tints of Razzle Dazzle Rose #F124D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 48.98%
G = 7.32%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F124D7 (or 0xF124D7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and D7. RGB value is (241,36,215). Sum of RGB (Red+Green+Blue) = 241+36+215=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F124D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124D7 is #0EDB28. Grayscale: #757575. Windows color (decimal): -973609 or 14099697. OLE color: 14099697.

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

Color convert

RGB 241 36 215 -
CMYK 0 0.85 0.11 0.05
HSL 307.61º 0.88% 0.54% -
HSV(B) 307.61º 0.85% 0.95% -
XYZ 49.17 24.87 66.5 -
YUV 117.7 182.92 215.95 -
System Red Green Blue C M Y K H S L
Decimal 241 36 215 0 0.85 0.11 0.05 307.61 0.88 0.54
Hex F1 24 D7 0 55 B 5 134 58 36
Octal 361 44 327 0 125 13 5 464 130 66
Binary 11110001 100100 11010111 0 1010101 1011 101 100110100 1011000 110110

Color Harmonies of #F124D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124D7

Black with #F124D7

Text Example


Text Example

White with #F124D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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