Html Css Color HEX #F951FE Pink Flamingo

📋 copy color: '#F951FE'

red 249 ◦ green 81 ◦ blue 254

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

Shades of Pink Flamingo #F951FE

Tints of Pink Flamingo #F951FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 13.87%

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 42.64%
G = 13.87%
B = 43.49%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F951FE (or 0xF951FE) is known color: Pink Flamingo. HEX triplet: F9, 51 and FE. RGB value is (249,81,254). Sum of RGB (Red+Green+Blue) = 249+81+254=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 81 (32.03% from 255 or 13.87% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #F951FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F951FE is #06AE01. Grayscale: #969696. Windows color (decimal): -437762 or 16667129. OLE color: 16667129.

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

Color convert

RGB 249 81 254 -
CMYK 0.02 0.68 0 0.00
HSL 298.27º 0.99% 0.66% -
HSV(B) 298.27º 0.68% 1% -
XYZ 59.9 33.18 97.01 -
YUV 150.95 186.16 197.93 -
System Red Green Blue C M Y K H S L
Decimal 249 81 254 0.02 0.68 0 0.00 298.27 0.99 0.66
Hex F9 51 FE 2 44 0 0 12A 63 42
Octal 371 121 376 2 104 0 0 452 143 102
Binary 11111001 1010001 11111110 10 1000100 0 0 100101010 1100011 1000010

Color Harmonies of #F951FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F951FE

Black with #F951FE

Text Example


Text Example

White with #F951FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F951FE; }

 p { color: rgb(249,81,254); }

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

background-color css

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

 a { background-color: rgb(249,81,254); }

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

border-color css

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

 span { border-color: rgb(249,81,254); }

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