Html Css Color HEX #F40059 Razzmatazz

📋 copy color: '#F40059'

red 244 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #F40059

Tints of Razzmatazz #F40059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 73.27%
G = 0%
B = 26.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F40059 (or 0xF40059) is known color: Razzmatazz. HEX triplet: F4, 00 and 59. RGB value is (244,0,89). Sum of RGB (Red+Green+Blue) = 244+0+89=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F40059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40059 is #0BFFA6. Grayscale: #525252. Windows color (decimal): -786343 or 5832948. OLE color: 5832948.

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

Color convert

RGB 244 0 89 -
CMYK 0 1 0.64 0.04
HSL 338.11º 1% 0.48% -
HSV(B) 338.11º 1% 0.96% -
XYZ 39.11 19.95 11.24 -
YUV 83.1 131.34 242.76 -
System Red Green Blue C M Y K H S L
Decimal 244 0 89 0 1 0.64 0.04 338.11 1 0.48
Hex F4 0 59 0 64 40 4 152 64 30
Octal 364 0 131 0 144 100 4 522 144 60
Binary 11110100 0 1011001 0 1100100 1000000 100 101010010 1100100 110000

Color Harmonies of #F40059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40059

Black with #F40059

Text Example


Text Example

White with #F40059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40059; }

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

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

background-color css

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

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

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

border-color css

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

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

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