Html Css Color HEX #F858FA Pink Flamingo

📋 copy color: '#F858FA'

red 248 ◦ green 88 ◦ blue 250

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

Shades of Pink Flamingo #F858FA

Tints of Pink Flamingo #F858FA

RGB

 RED value IS 248 (97.27% from 255) = 42.32%

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 42.32%
G = 15.02%
B = 42.66%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F858FA (or 0xF858FA) is known color: Pink Flamingo. HEX triplet: F8, 58 and FA. RGB value is (248,88,250). Sum of RGB (Red+Green+Blue) = 248+88+250=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 88 (34.77% from 255 or 15.02% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #F858FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F858FA is #07A705. Grayscale: #999999. Windows color (decimal): -501510 or 16406776. OLE color: 16406776.

HSL color Cylindrical-coordinate representation of color #F858FA: hue angle of 299.26º degrees, saturation: 0.94, 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 #F858FA is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 88 250 -
CMYK 0.01 0.65 0 0.02
HSL 299.26º 0.94% 0.66% -
HSV(B) 299.26º 0.65% 0.98% -
XYZ 59.46 33.84 93.84 -
YUV 154.31 182.01 194.83 -
System Red Green Blue C M Y K H S L
Decimal 248 88 250 0.01 0.65 0 0.02 299.26 0.94 0.66
Hex F8 58 FA 1 41 0 2 12B 5E 42
Octal 370 130 372 1 101 0 2 453 136 102
Binary 11111000 1011000 11111010 1 1000001 0 10 100101011 1011110 1000010

Color Harmonies of #F858FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858FA

Black with #F858FA

Text Example


Text Example

White with #F858FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858FA; }

 p { color: rgb(248,88,250); }

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

background-color css

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

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

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

border-color css

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

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

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