Html Css Color HEX #F85EF4 Pink Flamingo

📋 copy color: '#F85EF4'

red 248 ◦ green 94 ◦ blue 244

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

Shades of Pink Flamingo #F85EF4

Tints of Pink Flamingo #F85EF4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.04%

 BLUE value IS 244 (95.7% from 255) = 41.64%

R = 42.32%
G = 16.04%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F85EF4 (or 0xF85EF4) is known color: Pink Flamingo. HEX triplet: F8, 5E and F4. RGB value is (248,94,244). Sum of RGB (Red+Green+Blue) = 248+94+244=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EF4 is #07A10B. Grayscale: #9C9C9C. Windows color (decimal): -499980 or 16015096. OLE color: 16015096.

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

Color convert

RGB 248 94 244 -
CMYK 0 0.62 0.02 0.03
HSL 301.56º 0.92% 0.67% -
HSV(B) 301.56º 0.62% 0.97% -
XYZ 59.04 34.49 89.13 -
YUV 157.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 248 94 244 0 0.62 0.02 0.03 301.56 0.92 0.67
Hex F8 5E F4 0 3E 2 3 12E 5C 43
Octal 370 136 364 0 76 2 3 456 134 103
Binary 11111000 1011110 11110100 0 111110 10 11 100101110 1011100 1000011

Color Harmonies of #F85EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85EF4

Black with #F85EF4

Text Example


Text Example

White with #F85EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85EF4; }

 p { color: rgb(248,94,244); }

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

background-color css

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

 a { background-color: rgb(248,94,244); }

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

border-color css

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

 span { border-color: rgb(248,94,244); }

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