Html Css Color HEX #F11053 Razzmatazz

📋 copy color: '#F11053'

red 241 ◦ green 16 ◦ blue 83

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

Shades of Razzmatazz #F11053

Tints of Razzmatazz #F11053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 70.88%
G = 4.71%
B = 24.41%

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

#F11053 (or 0xF11053) is known color: Razzmatazz. HEX triplet: F1, 10 and 53. RGB value is (241,16,83). Sum of RGB (Red+Green+Blue) = 241+16+83=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F11053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11053 is #0EEFAC. Grayscale: #5A5A5A. Windows color (decimal): -978861 or 5443825. OLE color: 5443825.

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

Color convert

RGB 241 16 83 -
CMYK 0 0.93 0.66 0.05
HSL 342.13º 0.89% 0.5% -
HSV(B) 342.13º 0.93% 0.95% -
XYZ 38.02 19.7 9.98 -
YUV 90.91 123.54 235.05 -
System Red Green Blue C M Y K H S L
Decimal 241 16 83 0 0.93 0.66 0.05 342.13 0.89 0.5
Hex F1 10 53 0 5D 42 5 156 59 32
Octal 361 20 123 0 135 102 5 526 131 62
Binary 11110001 10000 1010011 0 1011101 1000010 101 101010110 1011001 110010

Color Harmonies of #F11053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11053

Black with #F11053

Text Example


Text Example

White with #F11053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11053; }

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

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

background-color css

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

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

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

border-color css

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

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

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