Html Css Color HEX #F50071 Razzmatazz

📋 copy color: '#F50071'

red 245 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #F50071

Tints of Razzmatazz #F50071

RGB

 RED value IS 245 (96.09% from 255) = 68.44%

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

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

R = 68.44%
G = 0%
B = 31.56%

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

#F50071 (or 0xF50071) is known color: Razzmatazz. HEX triplet: F5, 00 and 71. RGB value is (245,0,113). Sum of RGB (Red+Green+Blue) = 245+0+113=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F50071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50071 is #0AFF8E. Grayscale: #555555. Windows color (decimal): -720783 or 7405813. OLE color: 7405813.

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

Color convert

RGB 245 0 113 -
CMYK 0 1 0.54 0.04
HSL 332.33º 1% 0.48% -
HSV(B) 332.33º 1% 0.96% -
XYZ 40.64 20.6 17.46 -
YUV 86.14 143.17 241.31 -
System Red Green Blue C M Y K H S L
Decimal 245 0 113 0 1 0.54 0.04 332.33 1 0.48
Hex F5 0 71 0 64 36 4 14C 64 30
Octal 365 0 161 0 144 66 4 514 144 60
Binary 11110101 0 1110001 0 1100100 110110 100 101001100 1100100 110000

Color Harmonies of #F50071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50071

Black with #F50071

Text Example


Text Example

White with #F50071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50071; }

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

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

background-color css

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

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

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

border-color css

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

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

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