Html Css Color HEX #F95FFF Pink Flamingo

📋 copy color: '#F95FFF'

red 249 ◦ green 95 ◦ blue 255

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

Shades of Pink Flamingo #F95FFF

Tints of Pink Flamingo #F95FFF

RGB

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

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

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

R = 41.57%
G = 15.86%
B = 42.57%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F95FFF (or 0xF95FFF) is known color: Pink Flamingo. HEX triplet: F9, 5F and FF. RGB value is (249,95,255). Sum of RGB (Red+Green+Blue) = 249+95+255=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 95 (37.5% from 255 or 15.86% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #F95FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95FFF is #06A000. Grayscale: #9E9E9E. Windows color (decimal): -434177 or 16736249. OLE color: 16736249.

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

Color convert

RGB 249 95 255 -
CMYK 0.02 0.63 0 0
HSL 297.75º 1% 0.69% -
HSV(B) 297.75º 0.63% 1% -
XYZ 61.21 35.54 98.24 -
YUV 159.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 249 95 255 0.02 0.63 0 0 297.75 1 0.69
Hex F9 5F FF 2 3F 0 0 12A 64 45
Octal 371 137 377 2 77 0 0 452 144 105
Binary 11111001 1011111 11111111 10 111111 0 0 100101010 1100100 1000101

Color Harmonies of #F95FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95FFF

Black with #F95FFF

Text Example


Text Example

White with #F95FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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