Html Css Color HEX #F968BC Hot Pink

📋 copy color: '#F968BC'

red 249 ◦ green 104 ◦ blue 188

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

Shades of Hot Pink #F968BC

Tints of Hot Pink #F968BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 46.03%
G = 19.22%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F968BC (or 0xF968BC) is known color: Hot Pink. HEX triplet: F9, 68 and BC. RGB value is (249,104,188). Sum of RGB (Red+Green+Blue) = 249+104+188=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F968BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968BC is #069743. Grayscale: #9C9C9C. Windows color (decimal): -431940 or 12347641. OLE color: 12347641.

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

Color convert

RGB 249 104 188 -
CMYK 0 0.58 0.24 0.02
HSL 325.24º 0.92% 0.69% -
HSV(B) 325.24º 0.58% 0.98% -
XYZ 53.09 33.67 51.28 -
YUV 156.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 249 104 188 0 0.58 0.24 0.02 325.24 0.92 0.69
Hex F9 68 BC 0 3A 18 2 145 5C 45
Octal 371 150 274 0 72 30 2 505 134 105
Binary 11111001 1101000 10111100 0 111010 11000 10 101000101 1011100 1000101

Color Harmonies of #F968BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968BC

Black with #F968BC

Text Example


Text Example

White with #F968BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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