Html Css Color HEX #F566A5 Hot Pink

📋 copy color: '#F566A5'

red 245 ◦ green 102 ◦ blue 165

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

Shades of Hot Pink #F566A5

Tints of Hot Pink #F566A5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.92%

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

R = 47.85%
G = 19.92%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F566A5 (or 0xF566A5) is known color: Hot Pink. HEX triplet: F5, 66 and A5. RGB value is (245,102,165). Sum of RGB (Red+Green+Blue) = 245+102+165=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F566A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F566A5 is #0A995A. Grayscale: #979797. Windows color (decimal): -694619 or 10839797. OLE color: 10839797.

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

Color convert

RGB 245 102 165 -
CMYK 0 0.58 0.33 0.04
HSL 333.57º 0.88% 0.68% -
HSV(B) 333.57º 0.58% 0.96% -
XYZ 49.2 31.63 39.11 -
YUV 151.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 245 102 165 0 0.58 0.33 0.04 333.57 0.88 0.68
Hex F5 66 A5 0 3A 21 4 14E 58 44
Octal 365 146 245 0 72 41 4 516 130 104
Binary 11110101 1100110 10100101 0 111010 100001 100 101001110 1011000 1000100

Color Harmonies of #F566A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F566A5

Black with #F566A5

Text Example


Text Example

White with #F566A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F566A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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