Html Css Color HEX #F955F6 Pink Flamingo

📋 copy color: '#F955F6'

red 249 ◦ green 85 ◦ blue 246

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

Shades of Pink Flamingo #F955F6

Tints of Pink Flamingo #F955F6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.66%

 BLUE value IS 246 (96.48% from 255) = 42.41%

R = 42.93%
G = 14.66%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F955F6 (or 0xF955F6) is known color: Pink Flamingo. HEX triplet: F9, 55 and F6. RGB value is (249,85,246). Sum of RGB (Red+Green+Blue) = 249+85+246=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F955F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955F6 is #06AA09. Grayscale: #979797. Windows color (decimal): -436746 or 16143865. OLE color: 16143865.

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

Color convert

RGB 249 85 246 -
CMYK 0 0.66 0.01 0.02
HSL 301.1º 0.93% 0.65% -
HSV(B) 301.1º 0.66% 0.98% -
XYZ 58.95 33.29 90.51 -
YUV 152.39 180.83 196.91 -
System Red Green Blue C M Y K H S L
Decimal 249 85 246 0 0.66 0.01 0.02 301.1 0.93 0.65
Hex F9 55 F6 0 42 1 2 12D 5D 41
Octal 371 125 366 0 102 1 2 455 135 101
Binary 11111001 1010101 11110110 0 1000010 1 10 100101101 1011101 1000001

Color Harmonies of #F955F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955F6

Black with #F955F6

Text Example


Text Example

White with #F955F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955F6; }

 p { color: rgb(249,85,246); }

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

background-color css

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

 a { background-color: rgb(249,85,246); }

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

border-color css

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

 span { border-color: rgb(249,85,246); }

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