Html Css Color HEX #F956FB Pink Flamingo

📋 copy color: '#F956FB'

red 249 ◦ green 86 ◦ blue 251

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

Shades of Pink Flamingo #F956FB

Tints of Pink Flamingo #F956FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.68%

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 42.49%
G = 14.68%
B = 42.83%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F956FB (or 0xF956FB) is known color: Pink Flamingo. HEX triplet: F9, 56 and FB. RGB value is (249,86,251). Sum of RGB (Red+Green+Blue) = 249+86+251=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 86 (33.98% from 255 or 14.68% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #F956FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F956FB is #06A904. Grayscale: #999999. Windows color (decimal): -436485 or 16471801. OLE color: 16471801.

HSL color Cylindrical-coordinate representation of color #F956FB: hue angle of 299.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F956FB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 86 251 -
CMYK 0.01 0.66 0 0.02
HSL 299.27º 0.95% 0.66% -
HSV(B) 299.27º 0.66% 0.98% -
XYZ 59.81 33.76 94.63 -
YUV 153.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 249 86 251 0.01 0.66 0 0.02 299.27 0.95 0.66
Hex F9 56 FB 1 42 0 2 12B 5F 42
Octal 371 126 373 1 102 0 2 453 137 102
Binary 11111001 1010110 11111011 1 1000010 0 10 100101011 1011111 1000010

Color Harmonies of #F956FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F956FB

Black with #F956FB

Text Example


Text Example

White with #F956FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F956FB; }

 p { color: rgb(249,86,251); }

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

background-color css

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

 a { background-color: rgb(249,86,251); }

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

border-color css

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

 span { border-color: rgb(249,86,251); }

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