Html Css Color HEX #F11063 Razzmatazz

📋 copy color: '#F11063'

red 241 ◦ green 16 ◦ blue 99

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

Shades of Razzmatazz #F11063

Tints of Razzmatazz #F11063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 67.7%
G = 4.49%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F11063 (or 0xF11063) is known color: Razzmatazz. HEX triplet: F1, 10 and 63. RGB value is (241,16,99). Sum of RGB (Red+Green+Blue) = 241+16+99=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F11063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11063 is #0EEF9C. Grayscale: #5C5C5C. Windows color (decimal): -978845 or 6492401. OLE color: 6492401.

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

Color convert

RGB 241 16 99 -
CMYK 0 0.93 0.59 0.05
HSL 337.87º 0.89% 0.5% -
HSV(B) 337.87º 0.93% 0.95% -
XYZ 38.71 19.97 13.62 -
YUV 92.74 131.54 233.75 -
System Red Green Blue C M Y K H S L
Decimal 241 16 99 0 0.93 0.59 0.05 337.87 0.89 0.5
Hex F1 10 63 0 5D 3B 5 152 59 32
Octal 361 20 143 0 135 73 5 522 131 62
Binary 11110001 10000 1100011 0 1011101 111011 101 101010010 1011001 110010

Color Harmonies of #F11063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11063

Black with #F11063

Text Example


Text Example

White with #F11063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11063; }

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

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

background-color css

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

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

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

border-color css

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

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

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