Html Css Color HEX #F85EF2 Pink Flamingo

📋 copy color: '#F85EF2'

red 248 ◦ green 94 ◦ blue 242

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

Shades of Pink Flamingo #F85EF2

Tints of Pink Flamingo #F85EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 42.47%
G = 16.1%
B = 41.44%

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

#F85EF2 (or 0xF85EF2) is known color: Pink Flamingo. HEX triplet: F8, 5E and F2. RGB value is (248,94,242). Sum of RGB (Red+Green+Blue) = 248+94+242=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 94 (37.11% from 255 or 16.10% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EF2 is #07A10D. Grayscale: #9C9C9C. Windows color (decimal): -499982 or 15884024. OLE color: 15884024.

HSL color Cylindrical-coordinate representation of color #F85EF2: hue angle of 302.34º 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 #F85EF2 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 94 242 -
CMYK 0 0.62 0.02 0.03
HSL 302.34º 0.92% 0.67% -
HSV(B) 302.34º 0.62% 0.97% -
XYZ 58.74 34.37 87.54 -
YUV 156.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 248 94 242 0 0.62 0.02 0.03 302.34 0.92 0.67
Hex F8 5E F2 0 3E 2 3 12E 5C 43
Octal 370 136 362 0 76 2 3 456 134 103
Binary 11111000 1011110 11110010 0 111110 10 11 100101110 1011100 1000011

Color Harmonies of #F85EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85EF2

Black with #F85EF2

Text Example


Text Example

White with #F85EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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