Html Css Color HEX #F84CFF Pink Flamingo

📋 copy color: '#F84CFF'

red 248 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #F84CFF

Tints of Pink Flamingo #F84CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 42.83%
G = 13.13%
B = 44.04%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F84CFF (or 0xF84CFF) is known color: Pink Flamingo. HEX triplet: F8, 4C and FF. RGB value is (248,76,255). Sum of RGB (Red+Green+Blue) = 248+76+255=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 76 (30.08% from 255 or 13.13% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F84CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84CFF is #07B300. Grayscale: #939393. Windows color (decimal): -504577 or 16731384. OLE color: 16731384.

HSL color Cylindrical-coordinate representation of color #F84CFF: hue angle of 297.65º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84CFF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 76 255 -
CMYK 0.03 0.70 0 0
HSL 297.65º 1% 0.65% -
HSV(B) 297.65º 0.7% 1% -
XYZ 59.35 32.35 97.72 -
YUV 147.83 188.48 199.45 -
System Red Green Blue C M Y K H S L
Decimal 248 76 255 0.03 0.70 0 0 297.65 1 0.65
Hex F8 4C FF 3 46 0 0 12A 64 41
Octal 370 114 377 3 106 0 0 452 144 101
Binary 11111000 1001100 11111111 11 1000110 0 0 100101010 1100100 1000001

Color Harmonies of #F84CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CFF

Black with #F84CFF

Text Example


Text Example

White with #F84CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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