Html Css Color HEX #F4044D Razzmatazz

📋 copy color: '#F4044D'

red 244 ◦ green 4 ◦ blue 77

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

Shades of Razzmatazz #F4044D

Tints of Razzmatazz #F4044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 75.08%
G = 1.23%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4044D (or 0xF4044D) is known color: Razzmatazz. HEX triplet: F4, 04 and 4D. RGB value is (244,4,77). Sum of RGB (Red+Green+Blue) = 244+4+77=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F4044D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4044D is #0BFBB2. Grayscale: #545454. Windows color (decimal): -785331 or 5047540. OLE color: 5047540.

HSL color Cylindrical-coordinate representation of color #F4044D: hue angle of 341.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4044D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 4 77 -
CMYK 0 0.98 0.68 0.04
HSL 341.75º 0.97% 0.49% -
HSV(B) 341.75º 0.98% 0.96% -
XYZ 38.69 19.86 8.81 -
YUV 84.08 124.01 242.06 -
System Red Green Blue C M Y K H S L
Decimal 244 4 77 0 0.98 0.68 0.04 341.75 0.97 0.49
Hex F4 4 4D 0 62 44 4 156 61 31
Octal 364 4 115 0 142 104 4 526 141 61
Binary 11110100 100 1001101 0 1100010 1000100 100 101010110 1100001 110001

Color Harmonies of #F4044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4044D

Black with #F4044D

Text Example


Text Example

White with #F4044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4044D; }

 p { color: rgb(244,4,77); }

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

background-color css

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

 a { background-color: rgb(244,4,77); }

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

border-color css

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

 span { border-color: rgb(244,4,77); }

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