Html Css Color HEX #F85AEA Pink Flamingo

📋 copy color: '#F85AEA'

red 248 ◦ green 90 ◦ blue 234

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

Shades of Pink Flamingo #F85AEA

Tints of Pink Flamingo #F85AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.73%

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

R = 43.36%
G = 15.73%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F85AEA (or 0xF85AEA) is known color: Pink Flamingo. HEX triplet: F8, 5A and EA. RGB value is (248,90,234). Sum of RGB (Red+Green+Blue) = 248+90+234=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AEA is #07A515. Grayscale: #999999. Windows color (decimal): -501014 or 15358712. OLE color: 15358712.

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

Color convert

RGB 248 90 234 -
CMYK 0 0.64 0.06 0.03
HSL 305.32º 0.92% 0.66% -
HSV(B) 305.32º 0.64% 0.97% -
XYZ 57.22 33.21 81.24 -
YUV 153.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 248 90 234 0 0.64 0.06 0.03 305.32 0.92 0.66
Hex F8 5A EA 0 40 6 3 131 5C 42
Octal 370 132 352 0 100 6 3 461 134 102
Binary 11111000 1011010 11101010 0 1000000 110 11 100110001 1011100 1000010

Color Harmonies of #F85AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AEA

Black with #F85AEA

Text Example


Text Example

White with #F85AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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