Html Css Color HEX #F84DED Pink Flamingo

📋 copy color: '#F84DED'

red 248 ◦ green 77 ◦ blue 237

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

Shades of Pink Flamingo #F84DED

Tints of Pink Flamingo #F84DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.7%

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

R = 44.13%
G = 13.7%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F84DED (or 0xF84DED) is known color: Pink Flamingo. HEX triplet: F8, 4D and ED. RGB value is (248,77,237). Sum of RGB (Red+Green+Blue) = 248+77+237=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 77 (30.47% from 255 or 13.70% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84DED is #07B212. Grayscale: #919191. Windows color (decimal): -504339 or 15551992. OLE color: 15551992.

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

Color convert

RGB 248 77 237 -
CMYK 0 0.69 0.04 0.03
HSL 303.86º 0.92% 0.64% -
HSV(B) 303.86º 0.69% 0.97% -
XYZ 56.65 31.38 83.19 -
YUV 146.37 179.15 200.49 -
System Red Green Blue C M Y K H S L
Decimal 248 77 237 0 0.69 0.04 0.03 303.86 0.92 0.64
Hex F8 4D ED 0 45 4 3 130 5C 40
Octal 370 115 355 0 105 4 3 460 134 100
Binary 11111000 1001101 11101101 0 1000101 100 11 100110000 1011100 1000000

Color Harmonies of #F84DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DED

Black with #F84DED

Text Example


Text Example

White with #F84DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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