Html Css Color HEX #F956F5 Pink Flamingo

📋 copy color: '#F956F5'

red 249 ◦ green 86 ◦ blue 245

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

Shades of Pink Flamingo #F956F5

Tints of Pink Flamingo #F956F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.24%

R = 42.93%
G = 14.83%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F956F5 (or 0xF956F5) is known color: Pink Flamingo. HEX triplet: F9, 56 and F5. RGB value is (249,86,245). Sum of RGB (Red+Green+Blue) = 249+86+245=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 86 (33.98% from 255 or 14.83% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F956F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F956F5 is #06A90A. Grayscale: #989898. Windows color (decimal): -436491 or 16078585. OLE color: 16078585.

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

Color convert

RGB 249 86 245 -
CMYK 0 0.65 0.02 0.02
HSL 301.47º 0.93% 0.66% -
HSV(B) 301.47º 0.65% 0.98% -
XYZ 58.88 33.39 89.73 -
YUV 152.86 180 196.57 -
System Red Green Blue C M Y K H S L
Decimal 249 86 245 0 0.65 0.02 0.02 301.47 0.93 0.66
Hex F9 56 F5 0 41 2 2 12D 5D 42
Octal 371 126 365 0 101 2 2 455 135 102
Binary 11111001 1010110 11110101 0 1000001 10 10 100101101 1011101 1000010

Color Harmonies of #F956F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F956F5

Black with #F956F5

Text Example


Text Example

White with #F956F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F956F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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