Html Css Color HEX #F11061 Razzmatazz

📋 copy color: '#F11061'

red 241 ◦ green 16 ◦ blue 97

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

Shades of Razzmatazz #F11061

Tints of Razzmatazz #F11061

RGB

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

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

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

R = 68.08%
G = 4.52%
B = 27.4%

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

#F11061 (or 0xF11061) is known color: Razzmatazz. HEX triplet: F1, 10 and 61. RGB value is (241,16,97). Sum of RGB (Red+Green+Blue) = 241+16+97=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F11061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11061 is #0EEF9E. Grayscale: #5C5C5C. Windows color (decimal): -978847 or 6361329. OLE color: 6361329.

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

Color convert

RGB 241 16 97 -
CMYK 0 0.93 0.60 0.05
HSL 338.4º 0.89% 0.5% -
HSV(B) 338.4º 0.93% 0.95% -
XYZ 38.62 19.93 13.12 -
YUV 92.51 130.54 233.91 -
System Red Green Blue C M Y K H S L
Decimal 241 16 97 0 0.93 0.60 0.05 338.4 0.89 0.5
Hex F1 10 61 0 5D 3C 5 152 59 32
Octal 361 20 141 0 135 74 5 522 131 62
Binary 11110001 10000 1100001 0 1011101 111100 101 101010010 1011001 110010

Color Harmonies of #F11061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11061

Black with #F11061

Text Example


Text Example

White with #F11061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11061; }

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

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

background-color css

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

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

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

border-color css

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

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

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