Html Css Color HEX #F40375 Razzmatazz

📋 copy color: '#F40375'

red 244 ◦ green 3 ◦ blue 117

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

Shades of Razzmatazz #F40375

Tints of Razzmatazz #F40375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 67.03%
G = 0.82%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F40375 (or 0xF40375) is known color: Razzmatazz. HEX triplet: F4, 03 and 75. RGB value is (244,3,117). Sum of RGB (Red+Green+Blue) = 244+3+117=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F40375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40375 is #0BFC8A. Grayscale: #575757. Windows color (decimal): -785547 or 7668724. OLE color: 7668724.

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

Color convert

RGB 244 3 117 -
CMYK 0 0.99 0.52 0.04
HSL 331.62º 0.98% 0.48% -
HSV(B) 331.62º 0.99% 0.96% -
XYZ 40.55 20.58 18.67 -
YUV 88.06 144.34 239.23 -
System Red Green Blue C M Y K H S L
Decimal 244 3 117 0 0.99 0.52 0.04 331.62 0.98 0.48
Hex F4 3 75 0 63 34 4 14C 62 30
Octal 364 3 165 0 143 64 4 514 142 60
Binary 11110100 11 1110101 0 1100011 110100 100 101001100 1100010 110000

Color Harmonies of #F40375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40375

Black with #F40375

Text Example


Text Example

White with #F40375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40375; }

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

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

background-color css

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

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

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

border-color css

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

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

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