Html Css Color HEX #F958F9 Pink Flamingo

📋 copy color: '#F958F9'

red 249 ◦ green 88 ◦ blue 249

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

Shades of Pink Flamingo #F958F9

Tints of Pink Flamingo #F958F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.49%

R = 42.49%
G = 15.02%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F958F9 (or 0xF958F9) is known color: Pink Flamingo. HEX triplet: F9, 58 and F9. RGB value is (249,88,249). Sum of RGB (Red+Green+Blue) = 249+88+249=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 88 (34.77% from 255 or 15.02% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F958F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958F9 is #06A706. Grayscale: #9A9A9A. Windows color (decimal): -435975 or 16341241. OLE color: 16341241.

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

Color convert

RGB 249 88 249 -
CMYK 0 0.65 0 0.02
HSL 300º 0.93% 0.66% -
HSV(B) 300º 0.65% 0.98% -
XYZ 59.66 33.96 93.03 -
YUV 154.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 249 88 249 0 0.65 0 0.02 300 0.93 0.66
Hex F9 58 F9 0 41 0 2 12C 5D 42
Octal 371 130 371 0 101 0 2 454 135 102
Binary 11111001 1011000 11111001 0 1000001 0 10 100101100 1011101 1000010

Color Harmonies of #F958F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F958F9

Black with #F958F9

Text Example


Text Example

White with #F958F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F958F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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