Html Css Color HEX #F124E6 Razzle Dazzle Rose

📋 copy color: '#F124E6'

red 241 ◦ green 36 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F124E6

Tints of Razzle Dazzle Rose #F124E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 47.53%
G = 7.1%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F124E6 (or 0xF124E6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and E6. RGB value is (241,36,230). Sum of RGB (Red+Green+Blue) = 241+36+230=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F124E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124E6 is #0EDB19. Grayscale: #767676. Windows color (decimal): -973594 or 15082737. OLE color: 15082737.

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

Color convert

RGB 241 36 230 -
CMYK 0 0.85 0.05 0.05
HSL 303.22º 0.88% 0.54% -
HSV(B) 303.22º 0.85% 0.95% -
XYZ 51.19 25.68 77.12 -
YUV 119.41 190.42 214.73 -
System Red Green Blue C M Y K H S L
Decimal 241 36 230 0 0.85 0.05 0.05 303.22 0.88 0.54
Hex F1 24 E6 0 55 5 5 12F 58 36
Octal 361 44 346 0 125 5 5 457 130 66
Binary 11110001 100100 11100110 0 1010101 101 101 100101111 1011000 110110

Color Harmonies of #F124E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124E6

Black with #F124E6

Text Example


Text Example

White with #F124E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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