Html Css Color HEX #F95FFB Pink Flamingo

📋 copy color: '#F95FFB'

red 249 ◦ green 95 ◦ blue 251

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

Shades of Pink Flamingo #F95FFB

Tints of Pink Flamingo #F95FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.97%

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

R = 41.85%
G = 15.97%
B = 42.18%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F95FFB (or 0xF95FFB) is known color: Pink Flamingo. HEX triplet: F9, 5F and FB. RGB value is (249,95,251). Sum of RGB (Red+Green+Blue) = 249+95+251=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 95 (37.5% from 255 or 15.97% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #F95FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95FFB is #06A004. Grayscale: #9E9E9E. Windows color (decimal): -434181 or 16474105. OLE color: 16474105.

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

Color convert

RGB 249 95 251 -
CMYK 0.01 0.62 0 0.02
HSL 299.23º 0.95% 0.68% -
HSV(B) 299.23º 0.62% 0.98% -
XYZ 60.57 35.29 94.89 -
YUV 158.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 249 95 251 0.01 0.62 0 0.02 299.23 0.95 0.68
Hex F9 5F FB 1 3E 0 2 12B 5F 44
Octal 371 137 373 1 76 0 2 453 137 104
Binary 11111001 1011111 11111011 1 111110 0 10 100101011 1011111 1000100

Color Harmonies of #F95FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95FFB

Black with #F95FFB

Text Example


Text Example

White with #F95FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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