Html Css Color HEX #F56CA5 Hot Pink

📋 copy color: '#F56CA5'

red 245 ◦ green 108 ◦ blue 165

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

Shades of Hot Pink #F56CA5

Tints of Hot Pink #F56CA5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 47.3%
G = 20.85%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F56CA5 (or 0xF56CA5) is known color: Hot Pink. HEX triplet: F5, 6C and A5. RGB value is (245,108,165). Sum of RGB (Red+Green+Blue) = 245+108+165=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56CA5 is #0A935A. Grayscale: #9B9B9B. Windows color (decimal): -693083 or 10841333. OLE color: 10841333.

HSL color Cylindrical-coordinate representation of color #F56CA5: hue angle of 335.04º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56CA5 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 108 165 -
CMYK 0 0.56 0.33 0.04
HSL 335.04º 0.87% 0.69% -
HSV(B) 335.04º 0.56% 0.96% -
XYZ 49.81 32.85 39.31 -
YUV 155.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 245 108 165 0 0.56 0.33 0.04 335.04 0.87 0.69
Hex F5 6C A5 0 38 21 4 14F 57 45
Octal 365 154 245 0 70 41 4 517 127 105
Binary 11110101 1101100 10100101 0 111000 100001 100 101001111 1010111 1000101

Color Harmonies of #F56CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56CA5

Black with #F56CA5

Text Example


Text Example

White with #F56CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56CA5; }

 p { color: rgb(245,108,165); }

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

background-color css

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

 a { background-color: rgb(245,108,165); }

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

border-color css

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

 span { border-color: rgb(245,108,165); }

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