Html Css Color HEX #F40975 Razzmatazz

📋 copy color: '#F40975'

red 244 ◦ green 9 ◦ blue 117

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

Shades of Razzmatazz #F40975

Tints of Razzmatazz #F40975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 65.95%
G = 2.43%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F40975 (or 0xF40975) is known color: Razzmatazz. HEX triplet: F4, 09 and 75. RGB value is (244,9,117). Sum of RGB (Red+Green+Blue) = 244+9+117=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F40975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40975 is #0BF68A. Grayscale: #5B5B5B. Windows color (decimal): -784011 or 7670260. OLE color: 7670260.

HSL color Cylindrical-coordinate representation of color #F40975: hue angle of 332.43º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40975 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 9 117 -
CMYK 0 0.96 0.52 0.04
HSL 332.43º 0.93% 0.5% -
HSV(B) 332.43º 0.96% 0.96% -
XYZ 40.62 20.71 18.69 -
YUV 91.58 142.36 236.72 -
System Red Green Blue C M Y K H S L
Decimal 244 9 117 0 0.96 0.52 0.04 332.43 0.93 0.5
Hex F4 9 75 0 60 34 4 14C 5D 32
Octal 364 11 165 0 140 64 4 514 135 62
Binary 11110100 1001 1110101 0 1100000 110100 100 101001100 1011101 110010

Color Harmonies of #F40975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40975

Black with #F40975

Text Example


Text Example

White with #F40975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40975; }

 p { color: rgb(244,9,117); }

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

background-color css

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

 a { background-color: rgb(244,9,117); }

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

border-color css

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

 span { border-color: rgb(244,9,117); }

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