Html Css Color HEX #F968A8 Hot Pink

📋 copy color: '#F968A8'

red 249 ◦ green 104 ◦ blue 168

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

Shades of Hot Pink #F968A8

Tints of Hot Pink #F968A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.25%

R = 47.79%
G = 19.96%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F968A8 (or 0xF968A8) is known color: Hot Pink. HEX triplet: F9, 68 and A8. RGB value is (249,104,168). Sum of RGB (Red+Green+Blue) = 249+104+168=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F968A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968A8 is #069757. Grayscale: #9A9A9A. Windows color (decimal): -431960 or 11036921. OLE color: 11036921.

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

Color convert

RGB 249 104 168 -
CMYK 0 0.58 0.33 0.02
HSL 333.52º 0.92% 0.69% -
HSV(B) 333.52º 0.58% 0.98% -
XYZ 51.09 32.87 40.7 -
YUV 154.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 249 104 168 0 0.58 0.33 0.02 333.52 0.92 0.69
Hex F9 68 A8 0 3A 21 2 14E 5C 45
Octal 371 150 250 0 72 41 2 516 134 105
Binary 11111001 1101000 10101000 0 111010 100001 10 101001110 1011100 1000101

Color Harmonies of #F968A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968A8

Black with #F968A8

Text Example


Text Example

White with #F968A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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