Html Css Color HEX #F85CEC Pink Flamingo

📋 copy color: '#F85CEC'

red 248 ◦ green 92 ◦ blue 236

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

Shades of Pink Flamingo #F85CEC

Tints of Pink Flamingo #F85CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.97%

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

R = 43.06%
G = 15.97%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F85CEC (or 0xF85CEC) is known color: Pink Flamingo. HEX triplet: F8, 5C and EC. RGB value is (248,92,236). Sum of RGB (Red+Green+Blue) = 248+92+236=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CEC is #07A313. Grayscale: #9A9A9A. Windows color (decimal): -500500 or 15490296. OLE color: 15490296.

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

Color convert

RGB 248 92 236 -
CMYK 0 0.63 0.05 0.03
HSL 304.62º 0.92% 0.67% -
HSV(B) 304.62º 0.63% 0.97% -
XYZ 57.68 33.67 82.82 -
YUV 155.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 248 92 236 0 0.63 0.05 0.03 304.62 0.92 0.67
Hex F8 5C EC 0 3F 5 3 131 5C 43
Octal 370 134 354 0 77 5 3 461 134 103
Binary 11111000 1011100 11101100 0 111111 101 11 100110001 1011100 1000011

Color Harmonies of #F85CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85CEC

Black with #F85CEC

Text Example


Text Example

White with #F85CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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