Html Css Color HEX #F84CFD Pink Flamingo

📋 copy color: '#F84CFD'

red 248 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #F84CFD

Tints of Pink Flamingo #F84CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 42.98%
G = 13.17%
B = 43.85%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F84CFD (or 0xF84CFD) is known color: Pink Flamingo. HEX triplet: F8, 4C and FD. RGB value is (248,76,253). Sum of RGB (Red+Green+Blue) = 248+76+253=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 76 (30.08% from 255 or 13.17% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #F84CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84CFD is #07B302. Grayscale: #939393. Windows color (decimal): -504579 or 16600312. OLE color: 16600312.

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

Color convert

RGB 248 76 253 -
CMYK 0.02 0.70 0 0.01
HSL 298.31º 0.98% 0.65% -
HSV(B) 298.31º 0.7% 0.99% -
XYZ 59.03 32.22 96.04 -
YUV 147.61 187.48 199.61 -
System Red Green Blue C M Y K H S L
Decimal 248 76 253 0.02 0.70 0 0.01 298.31 0.98 0.65
Hex F8 4C FD 2 46 0 1 12A 62 41
Octal 370 114 375 2 106 0 1 452 142 101
Binary 11111000 1001100 11111101 10 1000110 0 1 100101010 1100010 1000001

Color Harmonies of #F84CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CFD

Black with #F84CFD

Text Example


Text Example

White with #F84CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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