Html Css Color HEX #F855EC Pink Flamingo

📋 copy color: '#F855EC'

red 248 ◦ green 85 ◦ blue 236

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

Shades of Pink Flamingo #F855EC

Tints of Pink Flamingo #F855EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.94%

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

R = 43.59%
G = 14.94%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F855EC (or 0xF855EC) is known color: Pink Flamingo. HEX triplet: F8, 55 and EC. RGB value is (248,85,236). Sum of RGB (Red+Green+Blue) = 248+85+236=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F855EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855EC is #07AA13. Grayscale: #969696. Windows color (decimal): -502292 or 15488504. OLE color: 15488504.

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

Color convert

RGB 248 85 236 -
CMYK 0 0.66 0.05 0.03
HSL 304.42º 0.92% 0.65% -
HSV(B) 304.42º 0.66% 0.97% -
XYZ 57.1 32.51 82.62 -
YUV 150.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 248 85 236 0 0.66 0.05 0.03 304.42 0.92 0.65
Hex F8 55 EC 0 42 5 3 130 5C 41
Octal 370 125 354 0 102 5 3 460 134 101
Binary 11111000 1010101 11101100 0 1000010 101 11 100110000 1011100 1000001

Color Harmonies of #F855EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855EC

Black with #F855EC

Text Example


Text Example

White with #F855EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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