Html Css Color HEX #F968B0 Hot Pink

📋 copy color: '#F968B0'

red 249 ◦ green 104 ◦ blue 176

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

Shades of Hot Pink #F968B0

Tints of Hot Pink #F968B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 47.07%
G = 19.66%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F968B0 (or 0xF968B0) is known color: Hot Pink. HEX triplet: F9, 68 and B0. RGB value is (249,104,176). Sum of RGB (Red+Green+Blue) = 249+104+176=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F968B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968B0 is #06974F. Grayscale: #9B9B9B. Windows color (decimal): -431952 or 11561209. OLE color: 11561209.

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

Color convert

RGB 249 104 176 -
CMYK 0 0.58 0.29 0.02
HSL 330.21º 0.92% 0.69% -
HSV(B) 330.21º 0.58% 0.98% -
XYZ 51.85 33.17 44.74 -
YUV 155.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 249 104 176 0 0.58 0.29 0.02 330.21 0.92 0.69
Hex F9 68 B0 0 3A 1D 2 14A 5C 45
Octal 371 150 260 0 72 35 2 512 134 105
Binary 11111001 1101000 10110000 0 111010 11101 10 101001010 1011100 1000101

Color Harmonies of #F968B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968B0

Black with #F968B0

Text Example


Text Example

White with #F968B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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