Html Css Color HEX #F40259 Razzmatazz

📋 copy color: '#F40259'

red 244 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #F40259

Tints of Razzmatazz #F40259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 72.84%
G = 0.6%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F40259 (or 0xF40259) is known color: Razzmatazz. HEX triplet: F4, 02 and 59. RGB value is (244,2,89). Sum of RGB (Red+Green+Blue) = 244+2+89=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F40259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40259 is #0BFDA6. Grayscale: #545454. Windows color (decimal): -785831 or 5833460. OLE color: 5833460.

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

Color convert

RGB 244 2 89 -
CMYK 0 0.99 0.64 0.04
HSL 338.43º 0.98% 0.48% -
HSV(B) 338.43º 0.99% 0.96% -
XYZ 39.13 20 11.25 -
YUV 84.28 130.67 241.93 -
System Red Green Blue C M Y K H S L
Decimal 244 2 89 0 0.99 0.64 0.04 338.43 0.98 0.48
Hex F4 2 59 0 63 40 4 152 62 30
Octal 364 2 131 0 143 100 4 522 142 60
Binary 11110100 10 1011001 0 1100011 1000000 100 101010010 1100010 110000

Color Harmonies of #F40259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40259

Black with #F40259

Text Example


Text Example

White with #F40259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40259; }

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

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

background-color css

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

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

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

border-color css

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

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

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