Html Css Color HEX #F969BB Hot Pink

📋 copy color: '#F969BB'

red 249 ◦ green 105 ◦ blue 187

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

Shades of Hot Pink #F969BB

Tints of Hot Pink #F969BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 46.03%
G = 19.41%
B = 34.57%

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

#F969BB (or 0xF969BB) is known color: Hot Pink. HEX triplet: F9, 69 and BB. RGB value is (249,105,187). Sum of RGB (Red+Green+Blue) = 249+105+187=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F969BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969BB is #069644. Grayscale: #9D9D9D. Windows color (decimal): -431685 or 12282361. OLE color: 12282361.

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

Color convert

RGB 249 105 187 -
CMYK 0 0.58 0.25 0.02
HSL 325.83º 0.92% 0.69% -
HSV(B) 325.83º 0.58% 0.98% -
XYZ 53.09 33.83 50.75 -
YUV 157.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 249 105 187 0 0.58 0.25 0.02 325.83 0.92 0.69
Hex F9 69 BB 0 3A 19 2 146 5C 45
Octal 371 151 273 0 72 31 2 506 134 105
Binary 11111001 1101001 10111011 0 111010 11001 10 101000110 1011100 1000101

Color Harmonies of #F969BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F969BB

Black with #F969BB

Text Example


Text Example

White with #F969BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F969BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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