Html Css Color HEX #F95DFF Pink Flamingo

📋 copy color: '#F95DFF'

red 249 ◦ green 93 ◦ blue 255

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

Shades of Pink Flamingo #F95DFF

Tints of Pink Flamingo #F95DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.58%

 BLUE value IS 255 (100% from 255) = 42.71%

R = 41.71%
G = 15.58%
B = 42.71%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F95DFF (or 0xF95DFF) is known color: Pink Flamingo. HEX triplet: F9, 5D and FF. RGB value is (249,93,255). Sum of RGB (Red+Green+Blue) = 249+93+255=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 93 (36.72% from 255 or 15.58% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #F95DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95DFF is #06A200. Grayscale: #9D9D9D. Windows color (decimal): -434689 or 16735737. OLE color: 16735737.

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

Color convert

RGB 249 93 255 -
CMYK 0.02 0.64 0 0
HSL 297.78º 1% 0.68% -
HSV(B) 297.78º 0.64% 1% -
XYZ 61.03 35.19 98.18 -
YUV 158.11 182.68 192.83 -
System Red Green Blue C M Y K H S L
Decimal 249 93 255 0.02 0.64 0 0 297.78 1 0.68
Hex F9 5D FF 2 40 0 0 12A 64 44
Octal 371 135 377 2 100 0 0 452 144 104
Binary 11111001 1011101 11111111 10 1000000 0 0 100101010 1100100 1000100

Color Harmonies of #F95DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95DFF

Black with #F95DFF

Text Example


Text Example

White with #F95DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95DFF; }

 p { color: rgb(249,93,255); }

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

background-color css

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

 a { background-color: rgb(249,93,255); }

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

border-color css

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

 span { border-color: rgb(249,93,255); }

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