Html Css Color HEX #F965AA Hot Pink

📋 copy color: '#F965AA'

red 249 ◦ green 101 ◦ blue 170

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

Shades of Hot Pink #F965AA

Tints of Hot Pink #F965AA

RGB

 RED value IS 249 (97.66% from 255) = 47.88%

 GREEN value IS 101 (39.84% from 255) = 19.42%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 47.88%
G = 19.42%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F965AA (or 0xF965AA) is known color: Hot Pink. HEX triplet: F9, 65 and AA. RGB value is (249,101,170). Sum of RGB (Red+Green+Blue) = 249+101+170=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F965AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965AA is #069A55. Grayscale: #989898. Windows color (decimal): -432726 or 11167225. OLE color: 11167225.

HSL color Cylindrical-coordinate representation of color #F965AA: hue angle of 332.03º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965AA is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 170 -
CMYK 0 0.59 0.32 0.02
HSL 332.03º 0.93% 0.69% -
HSV(B) 332.03º 0.59% 0.98% -
XYZ 50.98 32.35 41.59 -
YUV 153.12 137.53 196.39 -
System Red Green Blue C M Y K H S L
Decimal 249 101 170 0 0.59 0.32 0.02 332.03 0.93 0.69
Hex F9 65 AA 0 3B 20 2 14C 5C 45
Octal 371 145 252 0 73 40 2 514 134 105
Binary 11111001 1100101 10101010 0 111011 100000 10 101001100 1011100 1000101

Color Harmonies of #F965AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965AA

Black with #F965AA

Text Example


Text Example

White with #F965AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965AA; }

 p { color: rgb(249,101,170); }

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

background-color css

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

 a { background-color: rgb(249,101,170); }

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

border-color css

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

 span { border-color: rgb(249,101,170); }

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