Html Css Color HEX #F40072 Razzmatazz

📋 copy color: '#F40072'

red 244 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #F40072

Tints of Razzmatazz #F40072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 68.16%
G = 0%
B = 31.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F40072 (or 0xF40072) is known color: Razzmatazz. HEX triplet: F4, 00 and 72. RGB value is (244,0,114). Sum of RGB (Red+Green+Blue) = 244+0+114=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F40072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40072 is #0BFF8D. Grayscale: #555555. Windows color (decimal): -786318 or 7471348. OLE color: 7471348.

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

Color convert

RGB 244 0 114 -
CMYK 0 1 0.53 0.04
HSL 331.97º 1% 0.48% -
HSV(B) 331.97º 1% 0.96% -
XYZ 40.35 20.45 17.74 -
YUV 85.95 143.84 240.73 -
System Red Green Blue C M Y K H S L
Decimal 244 0 114 0 1 0.53 0.04 331.97 1 0.48
Hex F4 0 72 0 64 35 4 14C 64 30
Octal 364 0 162 0 144 65 4 514 144 60
Binary 11110100 0 1110010 0 1100100 110101 100 101001100 1100100 110000

Color Harmonies of #F40072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40072

Black with #F40072

Text Example


Text Example

White with #F40072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40072; }

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

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

background-color css

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

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

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

border-color css

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

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

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