Html Css Color HEX #F84DEE Pink Flamingo

📋 copy color: '#F84DEE'

red 248 ◦ green 77 ◦ blue 238

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

Shades of Pink Flamingo #F84DEE

Tints of Pink Flamingo #F84DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 44.05%
G = 13.68%
B = 42.27%

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

#F84DEE (or 0xF84DEE) is known color: Pink Flamingo. HEX triplet: F8, 4D and EE. RGB value is (248,77,238). Sum of RGB (Red+Green+Blue) = 248+77+238=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84DEE is #07B211. Grayscale: #929292. Windows color (decimal): -504338 or 15617528. OLE color: 15617528.

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

Color convert

RGB 248 77 238 -
CMYK 0 0.69 0.04 0.03
HSL 303.51º 0.92% 0.64% -
HSV(B) 303.51º 0.69% 0.97% -
XYZ 56.8 31.44 83.96 -
YUV 146.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 248 77 238 0 0.69 0.04 0.03 303.51 0.92 0.64
Hex F8 4D EE 0 45 4 3 130 5C 40
Octal 370 115 356 0 105 4 3 460 134 100
Binary 11111000 1001101 11101110 0 1000101 100 11 100110000 1011100 1000000

Color Harmonies of #F84DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DEE

Black with #F84DEE

Text Example


Text Example

White with #F84DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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