Html Css Color HEX #F968AB Hot Pink

📋 copy color: '#F968AB'

red 249 ◦ green 104 ◦ blue 171

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

Shades of Hot Pink #F968AB

Tints of Hot Pink #F968AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 47.52%
G = 19.85%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F968AB (or 0xF968AB) is known color: Hot Pink. HEX triplet: F9, 68 and AB. RGB value is (249,104,171). Sum of RGB (Red+Green+Blue) = 249+104+171=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F968AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968AB is #069754. Grayscale: #9A9A9A. Windows color (decimal): -431957 or 11233529. OLE color: 11233529.

HSL color Cylindrical-coordinate representation of color #F968AB: hue angle of 332.28º 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 #F968AB is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 171 -
CMYK 0 0.58 0.31 0.02
HSL 332.28º 0.92% 0.69% -
HSV(B) 332.28º 0.58% 0.98% -
XYZ 51.37 32.98 42.19 -
YUV 154.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 249 104 171 0 0.58 0.31 0.02 332.28 0.92 0.69
Hex F9 68 AB 0 3A 1F 2 14C 5C 45
Octal 371 150 253 0 72 37 2 514 134 105
Binary 11111001 1101000 10101011 0 111010 11111 10 101001100 1011100 1000101

Color Harmonies of #F968AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968AB

Black with #F968AB

Text Example


Text Example

White with #F968AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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