Html Css Color HEX #F968B8 Hot Pink

📋 copy color: '#F968B8'

red 249 ◦ green 104 ◦ blue 184

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

Shades of Hot Pink #F968B8

Tints of Hot Pink #F968B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.26%

R = 46.37%
G = 19.37%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F968B8 (or 0xF968B8) is known color: Hot Pink. HEX triplet: F9, 68 and B8. RGB value is (249,104,184). Sum of RGB (Red+Green+Blue) = 249+104+184=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F968B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968B8 is #069747. Grayscale: #9C9C9C. Windows color (decimal): -431944 or 12085497. OLE color: 12085497.

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

Color convert

RGB 249 104 184 -
CMYK 0 0.58 0.26 0.02
HSL 326.9º 0.92% 0.69% -
HSV(B) 326.9º 0.58% 0.98% -
XYZ 52.67 33.5 49.04 -
YUV 156.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 249 104 184 0 0.58 0.26 0.02 326.9 0.92 0.69
Hex F9 68 B8 0 3A 1A 2 147 5C 45
Octal 371 150 270 0 72 32 2 507 134 105
Binary 11111001 1101000 10111000 0 111010 11010 10 101000111 1011100 1000101

Color Harmonies of #F968B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968B8

Black with #F968B8

Text Example


Text Example

White with #F968B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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