Html Css Color HEX #F11CE4 Razzle Dazzle Rose

📋 copy color: '#F11CE4'

red 241 ◦ green 28 ◦ blue 228

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

Shades of Razzle Dazzle Rose #F11CE4

Tints of Razzle Dazzle Rose #F11CE4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.63%

 BLUE value IS 228 (89.45% from 255) = 45.88%

R = 48.49%
G = 5.63%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F11CE4 (or 0xF11CE4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1C and E4. RGB value is (241,28,228). Sum of RGB (Red+Green+Blue) = 241+28+228=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CE4 is #0EE31B. Grayscale: #717171. Windows color (decimal): -975644 or 14949617. OLE color: 14949617.

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

Color convert

RGB 241 28 228 -
CMYK 0 0.88 0.05 0.05
HSL 303.66º 0.88% 0.53% -
HSV(B) 303.66º 0.88% 0.95% -
XYZ 50.69 25.13 75.58 -
YUV 114.49 192.07 218.24 -
System Red Green Blue C M Y K H S L
Decimal 241 28 228 0 0.88 0.05 0.05 303.66 0.88 0.53
Hex F1 1C E4 0 58 5 5 130 58 35
Octal 361 34 344 0 130 5 5 460 130 65
Binary 11110001 11100 11100100 0 1011000 101 101 100110000 1011000 110101

Color Harmonies of #F11CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CE4

Black with #F11CE4

Text Example


Text Example

White with #F11CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CE4; }

 p { color: rgb(241,28,228); }

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

background-color css

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

 a { background-color: rgb(241,28,228); }

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

border-color css

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

 span { border-color: rgb(241,28,228); }

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