Html Css Color HEX #F858EA Pink Flamingo

📋 copy color: '#F858EA'

red 248 ◦ green 88 ◦ blue 234

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

Shades of Pink Flamingo #F858EA

Tints of Pink Flamingo #F858EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 43.51%
G = 15.44%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F858EA (or 0xF858EA) is known color: Pink Flamingo. HEX triplet: F8, 58 and EA. RGB value is (248,88,234). Sum of RGB (Red+Green+Blue) = 248+88+234=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 88 (34.77% from 255 or 15.44% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F858EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F858EA is #07A715. Grayscale: #989898. Windows color (decimal): -501526 or 15358200. OLE color: 15358200.

HSL color Cylindrical-coordinate representation of color #F858EA: hue angle of 305.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858EA is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 88 234 -
CMYK 0 0.65 0.06 0.03
HSL 305.25º 0.92% 0.66% -
HSV(B) 305.25º 0.65% 0.97% -
XYZ 57.05 32.88 81.18 -
YUV 152.48 174.01 196.13 -
System Red Green Blue C M Y K H S L
Decimal 248 88 234 0 0.65 0.06 0.03 305.25 0.92 0.66
Hex F8 58 EA 0 41 6 3 131 5C 42
Octal 370 130 352 0 101 6 3 461 134 102
Binary 11111000 1011000 11101010 0 1000001 110 11 100110001 1011100 1000010

Color Harmonies of #F858EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858EA

Black with #F858EA

Text Example


Text Example

White with #F858EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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