Html Css Color HEX #F4094C Razzmatazz

📋 copy color: '#F4094C'

red 244 ◦ green 9 ◦ blue 76

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

Shades of Razzmatazz #F4094C

Tints of Razzmatazz #F4094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 74.16%
G = 2.74%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4094C (or 0xF4094C) is known color: Razzmatazz. HEX triplet: F4, 09 and 4C. RGB value is (244,9,76). Sum of RGB (Red+Green+Blue) = 244+9+76=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F4094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4094C is #0BF6B3. Grayscale: #565656. Windows color (decimal): -784052 or 4983284. OLE color: 4983284.

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

Color convert

RGB 244 9 76 -
CMYK 0 0.96 0.69 0.04
HSL 342.89º 0.93% 0.5% -
HSV(B) 342.89º 0.96% 0.96% -
XYZ 38.71 19.95 8.65 -
YUV 86.9 121.86 240.05 -
System Red Green Blue C M Y K H S L
Decimal 244 9 76 0 0.96 0.69 0.04 342.89 0.93 0.5
Hex F4 9 4C 0 60 45 4 157 5D 32
Octal 364 11 114 0 140 105 4 527 135 62
Binary 11110100 1001 1001100 0 1100000 1000101 100 101010111 1011101 110010

Color Harmonies of #F4094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4094C

Black with #F4094C

Text Example


Text Example

White with #F4094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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