Html Css Color HEX #F1114C Razzmatazz

📋 copy color: '#F1114C'

red 241 ◦ green 17 ◦ blue 76

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

Shades of Razzmatazz #F1114C

Tints of Razzmatazz #F1114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.09%

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 72.16%
G = 5.09%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1114C (or 0xF1114C) is known color: Razzmatazz. HEX triplet: F1, 11 and 4C. RGB value is (241,17,76). Sum of RGB (Red+Green+Blue) = 241+17+76=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1114C is #0EEEB3. Grayscale: #5A5A5A. Windows color (decimal): -978612 or 4985329. OLE color: 4985329.

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

Color convert

RGB 241 17 76 -
CMYK 0 0.93 0.68 0.05
HSL 344.2º 0.89% 0.51% -
HSV(B) 344.2º 0.93% 0.95% -
XYZ 37.78 19.62 8.63 -
YUV 90.7 119.71 235.2 -
System Red Green Blue C M Y K H S L
Decimal 241 17 76 0 0.93 0.68 0.05 344.2 0.89 0.51
Hex F1 11 4C 0 5D 44 5 158 59 33
Octal 361 21 114 0 135 104 5 530 131 63
Binary 11110001 10001 1001100 0 1011101 1000100 101 101011000 1011001 110011

Color Harmonies of #F1114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1114C

Black with #F1114C

Text Example


Text Example

White with #F1114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1114C; }

 p { color: rgb(241,17,76); }

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

background-color css

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

 a { background-color: rgb(241,17,76); }

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

border-color css

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

 span { border-color: rgb(241,17,76); }

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