Html Css Color HEX #F852EC Pink Flamingo

📋 copy color: '#F852EC'

red 248 ◦ green 82 ◦ blue 236

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

Shades of Pink Flamingo #F852EC

Tints of Pink Flamingo #F852EC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.49%

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 43.82%
G = 14.49%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F852EC (or 0xF852EC) is known color: Pink Flamingo. HEX triplet: F8, 52 and EC. RGB value is (248,82,236). Sum of RGB (Red+Green+Blue) = 248+82+236=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 82 (32.42% from 255 or 14.49% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F852EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F852EC is #07AD13. Grayscale: #949494. Windows color (decimal): -503060 or 15487736. OLE color: 15487736.

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

Color convert

RGB 248 82 236 -
CMYK 0 0.67 0.05 0.03
HSL 304.34º 0.92% 0.65% -
HSV(B) 304.34º 0.67% 0.97% -
XYZ 56.87 32.05 82.55 -
YUV 149.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 248 82 236 0 0.67 0.05 0.03 304.34 0.92 0.65
Hex F8 52 EC 0 43 5 3 130 5C 41
Octal 370 122 354 0 103 5 3 460 134 101
Binary 11111000 1010010 11101100 0 1000011 101 11 100110000 1011100 1000001

Color Harmonies of #F852EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F852EC

Black with #F852EC

Text Example


Text Example

White with #F852EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F852EC; }

 p { color: rgb(248,82,236); }

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

background-color css

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

 a { background-color: rgb(248,82,236); }

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

border-color css

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

 span { border-color: rgb(248,82,236); }

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