Html Css Color HEX #F853ED Pink Flamingo

📋 copy color: '#F853ED'

red 248 ◦ green 83 ◦ blue 237

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

Shades of Pink Flamingo #F853ED

Tints of Pink Flamingo #F853ED

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.61%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 43.66%
G = 14.61%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F853ED (or 0xF853ED) is known color: Pink Flamingo. HEX triplet: F8, 53 and ED. RGB value is (248,83,237). Sum of RGB (Red+Green+Blue) = 248+83+237=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 83 (32.81% from 255 or 14.61% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F853ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F853ED is #07AC12. Grayscale: #959595. Windows color (decimal): -502803 or 15553528. OLE color: 15553528.

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

Color convert

RGB 248 83 237 -
CMYK 0 0.67 0.04 0.03
HSL 304º 0.92% 0.65% -
HSV(B) 304º 0.67% 0.97% -
XYZ 57.09 32.26 83.34 -
YUV 149.89 177.16 197.98 -
System Red Green Blue C M Y K H S L
Decimal 248 83 237 0 0.67 0.04 0.03 304 0.92 0.65
Hex F8 53 ED 0 43 4 3 130 5C 41
Octal 370 123 355 0 103 4 3 460 134 101
Binary 11111000 1010011 11101101 0 1000011 100 11 100110000 1011100 1000001

Color Harmonies of #F853ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853ED

Black with #F853ED

Text Example


Text Example

White with #F853ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853ED; }

 p { color: rgb(248,83,237); }

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

background-color css

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

 a { background-color: rgb(248,83,237); }

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

border-color css

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

 span { border-color: rgb(248,83,237); }

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