Html Css Color HEX #F40471 Razzmatazz

📋 copy color: '#F40471'

red 244 ◦ green 4 ◦ blue 113

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

Shades of Razzmatazz #F40471

Tints of Razzmatazz #F40471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 67.59%
G = 1.11%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F40471 (or 0xF40471) is known color: Razzmatazz. HEX triplet: F4, 04 and 71. RGB value is (244,4,113). Sum of RGB (Red+Green+Blue) = 244+4+113=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F40471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40471 is #0BFB8E. Grayscale: #575757. Windows color (decimal): -785295 or 7406836. OLE color: 7406836.

HSL color Cylindrical-coordinate representation of color #F40471: hue angle of 332.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 #F40471 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 4 113 -
CMYK 0 0.98 0.54 0.04
HSL 332.75º 0.97% 0.49% -
HSV(B) 332.75º 0.98% 0.96% -
XYZ 40.33 20.51 17.46 -
YUV 88.19 142.01 239.14 -
System Red Green Blue C M Y K H S L
Decimal 244 4 113 0 0.98 0.54 0.04 332.75 0.97 0.49
Hex F4 4 71 0 62 36 4 14D 61 31
Octal 364 4 161 0 142 66 4 515 141 61
Binary 11110100 100 1110001 0 1100010 110110 100 101001101 1100001 110001

Color Harmonies of #F40471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40471

Black with #F40471

Text Example


Text Example

White with #F40471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40471; }

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

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

background-color css

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

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

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

border-color css

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

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

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