Html Css Color HEX #F968BA Hot Pink

📋 copy color: '#F968BA'

red 249 ◦ green 104 ◦ blue 186

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

Shades of Hot Pink #F968BA

Tints of Hot Pink #F968BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 46.2%
G = 19.29%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F968BA (or 0xF968BA) is known color: Hot Pink. HEX triplet: F9, 68 and BA. RGB value is (249,104,186). Sum of RGB (Red+Green+Blue) = 249+104+186=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F968BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968BA is #069745. Grayscale: #9C9C9C. Windows color (decimal): -431942 or 12216569. OLE color: 12216569.

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

Color convert

RGB 249 104 186 -
CMYK 0 0.58 0.25 0.02
HSL 326.07º 0.92% 0.69% -
HSV(B) 326.07º 0.58% 0.98% -
XYZ 52.88 33.59 50.15 -
YUV 156.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 249 104 186 0 0.58 0.25 0.02 326.07 0.92 0.69
Hex F9 68 BA 0 3A 19 2 146 5C 45
Octal 371 150 272 0 72 31 2 506 134 105
Binary 11111001 1101000 10111010 0 111010 11001 10 101000110 1011100 1000101

Color Harmonies of #F968BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968BA

Black with #F968BA

Text Example


Text Example

White with #F968BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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