Html Css Color HEX #F4004C Razzmatazz

📋 copy color: '#F4004C'

red 244 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #F4004C

Tints of Razzmatazz #F4004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.25%
G = 0%
B = 23.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4004C (or 0xF4004C) is known color: Razzmatazz. HEX triplet: F4, 00 and 4C. RGB value is (244,0,76). Sum of RGB (Red+Green+Blue) = 244+0+76=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F4004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4004C is #0BFFB3. Grayscale: #515151. Windows color (decimal): -786356 or 4980980. OLE color: 4980980.

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

Color convert

RGB 244 0 76 -
CMYK 0 1 0.69 0.04
HSL 341.31º 1% 0.48% -
HSV(B) 341.31º 1% 0.96% -
XYZ 38.61 19.75 8.62 -
YUV 81.62 124.84 243.82 -
System Red Green Blue C M Y K H S L
Decimal 244 0 76 0 1 0.69 0.04 341.31 1 0.48
Hex F4 0 4C 0 64 45 4 155 64 30
Octal 364 0 114 0 144 105 4 525 144 60
Binary 11110100 0 1001100 0 1100100 1000101 100 101010101 1100100 110000

Color Harmonies of #F4004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4004C

Black with #F4004C

Text Example


Text Example

White with #F4004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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