Html Css Color HEX #F50175 Razzmatazz

📋 copy color: '#F50175'

red 245 ◦ green 1 ◦ blue 117

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

Shades of Razzmatazz #F50175

Tints of Razzmatazz #F50175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 67.49%
G = 0.28%
B = 32.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F50175 (or 0xF50175) is known color: Razzmatazz. HEX triplet: F5, 01 and 75. RGB value is (245,1,117). Sum of RGB (Red+Green+Blue) = 245+1+117=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F50175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50175 is #0AFE8A. Grayscale: #565656. Windows color (decimal): -720523 or 7668213. OLE color: 7668213.

HSL color Cylindrical-coordinate representation of color #F50175: hue angle of 331.48º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50175 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 117 -
CMYK 0 1.00 0.52 0.04
HSL 331.48º 0.99% 0.48% -
HSV(B) 331.48º 1% 0.96% -
XYZ 40.88 20.72 18.67 -
YUV 87.18 144.84 240.57 -
System Red Green Blue C M Y K H S L
Decimal 245 1 117 0 1.00 0.52 0.04 331.48 0.99 0.48
Hex F5 1 75 0 64 34 4 14B 63 30
Octal 365 1 165 0 144 64 4 513 143 60
Binary 11110101 1 1110101 0 1100100 110100 100 101001011 1100011 110000

Color Harmonies of #F50175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50175

Black with #F50175

Text Example


Text Example

White with #F50175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50175; }

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

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

background-color css

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

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

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

border-color css

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

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

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