Html Css Color HEX #F11057 Razzmatazz

📋 copy color: '#F11057'

red 241 ◦ green 16 ◦ blue 87

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

Shades of Razzmatazz #F11057

Tints of Razzmatazz #F11057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 70.06%
G = 4.65%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F11057 (or 0xF11057) is known color: Razzmatazz. HEX triplet: F1, 10 and 57. RGB value is (241,16,87). Sum of RGB (Red+Green+Blue) = 241+16+87=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F11057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11057 is #0EEFA8. Grayscale: #5B5B5B. Windows color (decimal): -978857 or 5705969. OLE color: 5705969.

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

Color convert

RGB 241 16 87 -
CMYK 0 0.93 0.64 0.05
HSL 341.07º 0.89% 0.5% -
HSV(B) 341.07º 0.93% 0.95% -
XYZ 38.18 19.76 10.82 -
YUV 91.37 125.54 234.73 -
System Red Green Blue C M Y K H S L
Decimal 241 16 87 0 0.93 0.64 0.05 341.07 0.89 0.5
Hex F1 10 57 0 5D 40 5 155 59 32
Octal 361 20 127 0 135 100 5 525 131 62
Binary 11110001 10000 1010111 0 1011101 1000000 101 101010101 1011001 110010

Color Harmonies of #F11057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11057

Black with #F11057

Text Example


Text Example

White with #F11057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11057; }

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

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

background-color css

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

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

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

border-color css

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

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

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