Html Css Color HEX #F84CEF Pink Flamingo

📋 copy color: '#F84CEF'

red 248 ◦ green 76 ◦ blue 239

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

Shades of Pink Flamingo #F84CEF

Tints of Pink Flamingo #F84CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.5%

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 44.05%
G = 13.5%
B = 42.45%

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

#F84CEF (or 0xF84CEF) is known color: Pink Flamingo. HEX triplet: F8, 4C and EF. RGB value is (248,76,239). Sum of RGB (Red+Green+Blue) = 248+76+239=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84CEF is #07B310. Grayscale: #919191. Windows color (decimal): -504593 or 15682808. OLE color: 15682808.

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

Color convert

RGB 248 76 239 -
CMYK 0 0.69 0.04 0.03
HSL 303.14º 0.92% 0.64% -
HSV(B) 303.14º 0.69% 0.97% -
XYZ 56.88 31.36 84.72 -
YUV 146.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 248 76 239 0 0.69 0.04 0.03 303.14 0.92 0.64
Hex F8 4C EF 0 45 4 3 12F 5C 40
Octal 370 114 357 0 105 4 3 457 134 100
Binary 11111000 1001100 11101111 0 1000101 100 11 100101111 1011100 1000000

Color Harmonies of #F84CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CEF

Black with #F84CEF

Text Example


Text Example

White with #F84CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CEF; }

 p { color: rgb(248,76,239); }

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

background-color css

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

 a { background-color: rgb(248,76,239); }

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

border-color css

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

 span { border-color: rgb(248,76,239); }

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