Html Css Color HEX #F11051 Razzmatazz

📋 copy color: '#F11051'

red 241 ◦ green 16 ◦ blue 81

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

Shades of Razzmatazz #F11051

Tints of Razzmatazz #F11051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 71.3%
G = 4.73%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F11051 (or 0xF11051) is known color: Razzmatazz. HEX triplet: F1, 10 and 51. RGB value is (241,16,81). Sum of RGB (Red+Green+Blue) = 241+16+81=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F11051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11051 is #0EEFAE. Grayscale: #5A5A5A. Windows color (decimal): -978863 or 5312753. OLE color: 5312753.

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

Color convert

RGB 241 16 81 -
CMYK 0 0.93 0.66 0.05
HSL 342.67º 0.89% 0.5% -
HSV(B) 342.67º 0.93% 0.95% -
XYZ 37.95 19.67 9.58 -
YUV 90.69 122.54 235.21 -
System Red Green Blue C M Y K H S L
Decimal 241 16 81 0 0.93 0.66 0.05 342.67 0.89 0.5
Hex F1 10 51 0 5D 42 5 157 59 32
Octal 361 20 121 0 135 102 5 527 131 62
Binary 11110001 10000 1010001 0 1011101 1000010 101 101010111 1011001 110010

Color Harmonies of #F11051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11051

Black with #F11051

Text Example


Text Example

White with #F11051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11051; }

 p { color: rgb(241,16,81); }

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

background-color css

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

 a { background-color: rgb(241,16,81); }

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

border-color css

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

 span { border-color: rgb(241,16,81); }

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