Html Css Color HEX #F50075 Razzmatazz

📋 copy color: '#F50075'

red 245 ◦ green 0 ◦ blue 117

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

Shades of Razzmatazz #F50075

Tints of Razzmatazz #F50075

RGB

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

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

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

R = 67.68%
G = 0%
B = 32.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F50075 (or 0xF50075) is known color: Razzmatazz. HEX triplet: F5, 00 and 75. RGB value is (245,0,117). Sum of RGB (Red+Green+Blue) = 245+0+117=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F50075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50075 is #0AFF8A. Grayscale: #565656. Windows color (decimal): -720779 or 7667957. OLE color: 7667957.

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

Color convert

RGB 245 0 117 -
CMYK 0 1 0.52 0.04
HSL 331.35º 1% 0.48% -
HSV(B) 331.35º 1% 0.96% -
XYZ 40.87 20.7 18.67 -
YUV 86.59 145.17 240.99 -
System Red Green Blue C M Y K H S L
Decimal 245 0 117 0 1 0.52 0.04 331.35 1 0.48
Hex F5 0 75 0 64 34 4 14B 64 30
Octal 365 0 165 0 144 64 4 513 144 60
Binary 11110101 0 1110101 0 1100100 110100 100 101001011 1100100 110000

Color Harmonies of #F50075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50075

Black with #F50075

Text Example


Text Example

White with #F50075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50075; }

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

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

background-color css

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

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

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

border-color css

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

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

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