Html Css Color HEX #F968AA Hot Pink

📋 copy color: '#F968AA'

red 249 ◦ green 104 ◦ blue 170

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

Shades of Hot Pink #F968AA

Tints of Hot Pink #F968AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.89%

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

R = 47.61%
G = 19.89%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F968AA (or 0xF968AA) is known color: Hot Pink. HEX triplet: F9, 68 and AA. RGB value is (249,104,170). Sum of RGB (Red+Green+Blue) = 249+104+170=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F968AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968AA is #069755. Grayscale: #9A9A9A. Windows color (decimal): -431958 or 11167993. OLE color: 11167993.

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

Color convert

RGB 249 104 170 -
CMYK 0 0.58 0.32 0.02
HSL 332.69º 0.92% 0.69% -
HSV(B) 332.69º 0.58% 0.98% -
XYZ 51.27 32.94 41.69 -
YUV 154.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 249 104 170 0 0.58 0.32 0.02 332.69 0.92 0.69
Hex F9 68 AA 0 3A 20 2 14D 5C 45
Octal 371 150 252 0 72 40 2 515 134 105
Binary 11111001 1101000 10101010 0 111010 100000 10 101001101 1011100 1000101

Color Harmonies of #F968AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968AA

Black with #F968AA

Text Example


Text Example

White with #F968AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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