Html Css Color HEX #F40071 Razzmatazz

📋 copy color: '#F40071'

red 244 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #F40071

Tints of Razzmatazz #F40071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 68.35%
G = 0%
B = 31.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F40071 (or 0xF40071) is known color: Razzmatazz. HEX triplet: F4, 00 and 71. RGB value is (244,0,113). Sum of RGB (Red+Green+Blue) = 244+0+113=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F40071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40071 is #0BFF8E. Grayscale: #555555. Windows color (decimal): -786319 or 7405812. OLE color: 7405812.

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

Color convert

RGB 244 0 113 -
CMYK 0 1 0.54 0.04
HSL 332.21º 1% 0.48% -
HSV(B) 332.21º 1% 0.96% -
XYZ 40.29 20.43 17.44 -
YUV 85.84 143.34 240.81 -
System Red Green Blue C M Y K H S L
Decimal 244 0 113 0 1 0.54 0.04 332.21 1 0.48
Hex F4 0 71 0 64 36 4 14C 64 30
Octal 364 0 161 0 144 66 4 514 144 60
Binary 11110100 0 1110001 0 1100100 110110 100 101001100 1100100 110000

Color Harmonies of #F40071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40071

Black with #F40071

Text Example


Text Example

White with #F40071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40071; }

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

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

background-color css

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

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

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

border-color css

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

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

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