Html Css Color HEX #F84CED Pink Flamingo

📋 copy color: '#F84CED'

red 248 ◦ green 76 ◦ blue 237

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

Shades of Pink Flamingo #F84CED

Tints of Pink Flamingo #F84CED

RGB

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

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

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

R = 44.21%
G = 13.55%
B = 42.25%

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

#F84CED (or 0xF84CED) is known color: Pink Flamingo. HEX triplet: F8, 4C and ED. RGB value is (248,76,237). Sum of RGB (Red+Green+Blue) = 248+76+237=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 76 (30.08% from 255 or 13.55% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84CED is #07B312. Grayscale: #919191. Windows color (decimal): -504595 or 15551736. OLE color: 15551736.

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

Color convert

RGB 248 76 237 -
CMYK 0 0.69 0.04 0.03
HSL 303.84º 0.92% 0.64% -
HSV(B) 303.84º 0.69% 0.97% -
XYZ 56.58 31.24 83.17 -
YUV 145.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 248 76 237 0 0.69 0.04 0.03 303.84 0.92 0.64
Hex F8 4C ED 0 45 4 3 130 5C 40
Octal 370 114 355 0 105 4 3 460 134 100
Binary 11111000 1001100 11101101 0 1000101 100 11 100110000 1011100 1000000

Color Harmonies of #F84CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CED

Black with #F84CED

Text Example


Text Example

White with #F84CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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