Html Css Color HEX #F4114C Razzmatazz

📋 copy color: '#F4114C'

red 244 ◦ green 17 ◦ blue 76

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

Shades of Razzmatazz #F4114C

Tints of Razzmatazz #F4114C

RGB

 RED value IS 244 (95.7% from 255) = 72.4%

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

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

R = 72.4%
G = 5.04%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4114C (or 0xF4114C) is known color: Razzmatazz. HEX triplet: F4, 11 and 4C. RGB value is (244,17,76). Sum of RGB (Red+Green+Blue) = 244+17+76=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4114C is #0BEEB3. Grayscale: #5B5B5B. Windows color (decimal): -782004 or 4985332. OLE color: 4985332.

HSL color Cylindrical-coordinate representation of color #F4114C: hue angle of 344.41º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4114C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 76 -
CMYK 0 0.93 0.69 0.04
HSL 344.41º 0.91% 0.51% -
HSV(B) 344.41º 0.93% 0.96% -
XYZ 38.81 20.16 8.68 -
YUV 91.6 119.21 236.7 -
System Red Green Blue C M Y K H S L
Decimal 244 17 76 0 0.93 0.69 0.04 344.41 0.91 0.51
Hex F4 11 4C 0 5D 45 4 158 5B 33
Octal 364 21 114 0 135 105 4 530 133 63
Binary 11110100 10001 1001100 0 1011101 1000101 100 101011000 1011011 110011

Color Harmonies of #F4114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4114C

Black with #F4114C

Text Example


Text Example

White with #F4114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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