Html Css Color HEX #F958FE Pink Flamingo

📋 copy color: '#F958FE'

red 249 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #F958FE

Tints of Pink Flamingo #F958FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 14.89%

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

R = 42.13%
G = 14.89%
B = 42.98%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F958FE (or 0xF958FE) is known color: Pink Flamingo. HEX triplet: F9, 58 and FE. RGB value is (249,88,254). Sum of RGB (Red+Green+Blue) = 249+88+254=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 88 (34.77% from 255 or 14.89% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #F958FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958FE is #06A701. Grayscale: #9A9A9A. Windows color (decimal): -435970 or 16668921. OLE color: 16668921.

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

Color convert

RGB 249 88 254 -
CMYK 0.02 0.65 0 0.00
HSL 298.19º 0.99% 0.67% -
HSV(B) 298.19º 0.65% 1% -
XYZ 60.45 34.27 97.2 -
YUV 155.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 249 88 254 0.02 0.65 0 0.00 298.19 0.99 0.67
Hex F9 58 FE 2 41 0 0 12A 63 43
Octal 371 130 376 2 101 0 0 452 143 103
Binary 11111001 1011000 11111110 10 1000001 0 0 100101010 1100011 1000011

Color Harmonies of #F958FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F958FE

Black with #F958FE

Text Example


Text Example

White with #F958FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F958FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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