Html Css Color HEX #F11558 Razzmatazz

📋 copy color: '#F11558'

red 241 ◦ green 21 ◦ blue 88

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

Shades of Razzmatazz #F11558

Tints of Razzmatazz #F11558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 68.86%
G = 6%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F11558 (or 0xF11558) is known color: Razzmatazz. HEX triplet: F1, 15 and 58. RGB value is (241,21,88). Sum of RGB (Red+Green+Blue) = 241+21+88=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F11558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11558 is #0EEAA7. Grayscale: #5E5E5E. Windows color (decimal): -977576 or 5772785. OLE color: 5772785.

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

Color convert

RGB 241 21 88 -
CMYK 0 0.91 0.63 0.05
HSL 341.73º 0.89% 0.51% -
HSV(B) 341.73º 0.91% 0.95% -
XYZ 38.31 19.94 11.06 -
YUV 94.42 124.39 232.55 -
System Red Green Blue C M Y K H S L
Decimal 241 21 88 0 0.91 0.63 0.05 341.73 0.89 0.51
Hex F1 15 58 0 5B 3F 5 156 59 33
Octal 361 25 130 0 133 77 5 526 131 63
Binary 11110001 10101 1011000 0 1011011 111111 101 101010110 1011001 110011

Color Harmonies of #F11558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11558

Black with #F11558

Text Example


Text Example

White with #F11558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11558; }

 p { color: rgb(241,21,88); }

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

background-color css

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

 a { background-color: rgb(241,21,88); }

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

border-color css

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

 span { border-color: rgb(241,21,88); }

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