Html Css Color HEX #F40470 Razzmatazz

📋 copy color: '#F40470'

red 244 ◦ green 4 ◦ blue 112

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

Shades of Razzmatazz #F40470

Tints of Razzmatazz #F40470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 67.78%
G = 1.11%
B = 31.11%

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

#F40470 (or 0xF40470) is known color: Razzmatazz. HEX triplet: F4, 04 and 70. RGB value is (244,4,112). Sum of RGB (Red+Green+Blue) = 244+4+112=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F40470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40470 is #0BFB8F. Grayscale: #575757. Windows color (decimal): -785296 or 7341300. OLE color: 7341300.

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

Color convert

RGB 244 4 112 -
CMYK 0 0.98 0.54 0.04
HSL 333º 0.97% 0.49% -
HSV(B) 333º 0.98% 0.96% -
XYZ 40.28 20.49 17.16 -
YUV 88.07 141.51 239.22 -
System Red Green Blue C M Y K H S L
Decimal 244 4 112 0 0.98 0.54 0.04 333 0.97 0.49
Hex F4 4 70 0 62 36 4 14D 61 31
Octal 364 4 160 0 142 66 4 515 141 61
Binary 11110100 100 1110000 0 1100010 110110 100 101001101 1100001 110001

Color Harmonies of #F40470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40470

Black with #F40470

Text Example


Text Example

White with #F40470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40470; }

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

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

background-color css

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

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

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

border-color css

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

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

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