Html Css Color HEX #F969BC Hot Pink

📋 copy color: '#F969BC'

red 249 ◦ green 105 ◦ blue 188

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

Shades of Hot Pink #F969BC

Tints of Hot Pink #F969BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.37%

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

R = 45.94%
G = 19.37%
B = 34.69%

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

#F969BC (or 0xF969BC) is known color: Hot Pink. HEX triplet: F9, 69 and BC. RGB value is (249,105,188). Sum of RGB (Red+Green+Blue) = 249+105+188=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F969BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969BC is #069643. Grayscale: #9D9D9D. Windows color (decimal): -431684 or 12347897. OLE color: 12347897.

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

Color convert

RGB 249 105 188 -
CMYK 0 0.58 0.24 0.02
HSL 325.42º 0.92% 0.69% -
HSV(B) 325.42º 0.58% 0.98% -
XYZ 53.2 33.87 51.31 -
YUV 157.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 249 105 188 0 0.58 0.24 0.02 325.42 0.92 0.69
Hex F9 69 BC 0 3A 18 2 145 5C 45
Octal 371 151 274 0 72 30 2 505 134 105
Binary 11111001 1101001 10111100 0 111010 11000 10 101000101 1011100 1000101

Color Harmonies of #F969BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F969BC

Black with #F969BC

Text Example


Text Example

White with #F969BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F969BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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