Html Css Color HEX #F11261 Razzmatazz

📋 copy color: '#F11261'

red 241 ◦ green 18 ◦ blue 97

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

Shades of Razzmatazz #F11261

Tints of Razzmatazz #F11261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 67.7%
G = 5.06%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F11261 (or 0xF11261) is known color: Razzmatazz. HEX triplet: F1, 12 and 61. RGB value is (241,18,97). Sum of RGB (Red+Green+Blue) = 241+18+97=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F11261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11261 is #0EED9E. Grayscale: #5D5D5D. Windows color (decimal): -978335 or 6361841. OLE color: 6361841.

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

Color convert

RGB 241 18 97 -
CMYK 0 0.93 0.60 0.05
HSL 338.74º 0.89% 0.51% -
HSV(B) 338.74º 0.93% 0.95% -
XYZ 38.65 20 13.13 -
YUV 93.68 129.88 233.08 -
System Red Green Blue C M Y K H S L
Decimal 241 18 97 0 0.93 0.60 0.05 338.74 0.89 0.51
Hex F1 12 61 0 5D 3C 5 153 59 33
Octal 361 22 141 0 135 74 5 523 131 63
Binary 11110001 10010 1100001 0 1011101 111100 101 101010011 1011001 110011

Color Harmonies of #F11261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11261

Black with #F11261

Text Example


Text Example

White with #F11261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11261; }

 p { color: rgb(241,18,97); }

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

background-color css

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

 a { background-color: rgb(241,18,97); }

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

border-color css

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

 span { border-color: rgb(241,18,97); }

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