Html Css Color HEX #F575B2 Hot Pink

📋 copy color: '#F575B2'

red 245 ◦ green 117 ◦ blue 178

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

Shades of Hot Pink #F575B2

Tints of Hot Pink #F575B2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.67%

 BLUE value IS 178 (69.92% from 255) = 32.96%

R = 45.37%
G = 21.67%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F575B2 (or 0xF575B2) is known color: Hot Pink. HEX triplet: F5, 75 and B2. RGB value is (245,117,178). Sum of RGB (Red+Green+Blue) = 245+117+178=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F575B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F575B2 is #0A8A4D. Grayscale: #A2A2A2. Windows color (decimal): -690766 or 11695605. OLE color: 11695605.

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

Color convert

RGB 245 117 178 -
CMYK 0 0.52 0.27 0.04
HSL 331.41º 0.86% 0.71% -
HSV(B) 331.41º 0.52% 0.96% -
XYZ 52.05 35.35 46.2 -
YUV 162.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 245 117 178 0 0.52 0.27 0.04 331.41 0.86 0.71
Hex F5 75 B2 0 34 1B 4 14B 56 47
Octal 365 165 262 0 64 33 4 513 126 107
Binary 11110101 1110101 10110010 0 110100 11011 100 101001011 1010110 1000111

Color Harmonies of #F575B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575B2

Black with #F575B2

Text Example


Text Example

White with #F575B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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