Html Css Color HEX #F968A7 Hot Pink

📋 copy color: '#F968A7'

red 249 ◦ green 104 ◦ blue 167

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

Shades of Hot Pink #F968A7

Tints of Hot Pink #F968A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.12%

R = 47.88%
G = 20%
B = 32.12%

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

#F968A7 (or 0xF968A7) is known color: Hot Pink. HEX triplet: F9, 68 and A7. RGB value is (249,104,167). Sum of RGB (Red+Green+Blue) = 249+104+167=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F968A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968A7 is #069758. Grayscale: #9A9A9A. Windows color (decimal): -431961 or 10971385. OLE color: 10971385.

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

Color convert

RGB 249 104 167 -
CMYK 0 0.58 0.33 0.02
HSL 333.93º 0.92% 0.69% -
HSV(B) 333.93º 0.58% 0.98% -
XYZ 50.99 32.83 40.21 -
YUV 154.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 249 104 167 0 0.58 0.33 0.02 333.93 0.92 0.69
Hex F9 68 A7 0 3A 21 2 14E 5C 45
Octal 371 150 247 0 72 41 2 516 134 105
Binary 11111001 1101000 10100111 0 111010 100001 10 101001110 1011100 1000101

Color Harmonies of #F968A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968A7

Black with #F968A7

Text Example


Text Example

White with #F968A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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