Html Css Color HEX #F40475 Razzmatazz

📋 copy color: '#F40475'

red 244 ◦ green 4 ◦ blue 117

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

Shades of Razzmatazz #F40475

Tints of Razzmatazz #F40475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 66.85%
G = 1.1%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F40475 (or 0xF40475) is known color: Razzmatazz. HEX triplet: F4, 04 and 75. RGB value is (244,4,117). Sum of RGB (Red+Green+Blue) = 244+4+117=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F40475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40475 is #0BFB8A. Grayscale: #585858. Windows color (decimal): -785291 or 7668980. OLE color: 7668980.

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

Color convert

RGB 244 4 117 -
CMYK 0 0.98 0.52 0.04
HSL 331.75º 0.97% 0.49% -
HSV(B) 331.75º 0.98% 0.96% -
XYZ 40.56 20.6 18.67 -
YUV 88.64 144.01 238.81 -
System Red Green Blue C M Y K H S L
Decimal 244 4 117 0 0.98 0.52 0.04 331.75 0.97 0.49
Hex F4 4 75 0 62 34 4 14C 61 31
Octal 364 4 165 0 142 64 4 514 141 61
Binary 11110100 100 1110101 0 1100010 110100 100 101001100 1100001 110001

Color Harmonies of #F40475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40475

Black with #F40475

Text Example


Text Example

White with #F40475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40475; }

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

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

background-color css

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

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

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

border-color css

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

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

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