Html Css Color HEX #F96AF5 Pink Flamingo

📋 copy color: '#F96AF5'

red 249 ◦ green 106 ◦ blue 245

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

Shades of Pink Flamingo #F96AF5

Tints of Pink Flamingo #F96AF5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.67%

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

R = 41.5%
G = 17.67%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F96AF5 (or 0xF96AF5) is known color: Pink Flamingo. HEX triplet: F9, 6A and F5. RGB value is (249,106,245). Sum of RGB (Red+Green+Blue) = 249+106+245=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 106 (41.80% from 255 or 17.67% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96AF5 is #06950A. Grayscale: #A4A4A4. Windows color (decimal): -431371 or 16083705. OLE color: 16083705.

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

Color convert

RGB 249 106 245 -
CMYK 0 0.57 0.02 0.02
HSL 301.68º 0.92% 0.7% -
HSV(B) 301.68º 0.57% 0.98% -
XYZ 60.7 37.04 90.34 -
YUV 164.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 249 106 245 0 0.57 0.02 0.02 301.68 0.92 0.7
Hex F9 6A F5 0 39 2 2 12E 5C 46
Octal 371 152 365 0 71 2 2 456 134 106
Binary 11111001 1101010 11110101 0 111001 10 10 100101110 1011100 1000110

Color Harmonies of #F96AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AF5

Black with #F96AF5

Text Example


Text Example

White with #F96AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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