Html Css Color HEX #F969B2 Hot Pink

📋 copy color: '#F969B2'

red 249 ◦ green 105 ◦ blue 178

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

Shades of Hot Pink #F969B2

Tints of Hot Pink #F969B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 46.8%
G = 19.74%
B = 33.46%

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

#F969B2 (or 0xF969B2) is known color: Hot Pink. HEX triplet: F9, 69 and B2. RGB value is (249,105,178). Sum of RGB (Red+Green+Blue) = 249+105+178=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F969B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F969B2 is #06964D. Grayscale: #9C9C9C. Windows color (decimal): -431694 or 11692537. OLE color: 11692537.

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

Color convert

RGB 249 105 178 -
CMYK 0 0.58 0.29 0.02
HSL 329.58º 0.92% 0.69% -
HSV(B) 329.58º 0.58% 0.98% -
XYZ 52.15 33.46 45.83 -
YUV 156.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 249 105 178 0 0.58 0.29 0.02 329.58 0.92 0.69
Hex F9 69 B2 0 3A 1D 2 14A 5C 45
Octal 371 151 262 0 72 35 2 512 134 105
Binary 11111001 1101001 10110010 0 111010 11101 10 101001010 1011100 1000101

Color Harmonies of #F969B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F969B2

Black with #F969B2

Text Example


Text Example

White with #F969B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F969B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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