Html Css Color HEX #F84CFC Pink Flamingo

📋 copy color: '#F84CFC'

red 248 ◦ green 76 ◦ blue 252

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

Shades of Pink Flamingo #F84CFC

Tints of Pink Flamingo #F84CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 43.06%
G = 13.19%
B = 43.75%

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

#F84CFC (or 0xF84CFC) is known color: Pink Flamingo. HEX triplet: F8, 4C and FC. RGB value is (248,76,252). Sum of RGB (Red+Green+Blue) = 248+76+252=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 76 (30.08% from 255 or 13.19% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #F84CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84CFC is #07B303. Grayscale: #929292. Windows color (decimal): -504580 or 16534776. OLE color: 16534776.

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

Color convert

RGB 248 76 252 -
CMYK 0.02 0.70 0 0.01
HSL 298.64º 0.97% 0.64% -
HSV(B) 298.64º 0.7% 0.99% -
XYZ 58.87 32.15 95.2 -
YUV 147.49 186.98 199.69 -
System Red Green Blue C M Y K H S L
Decimal 248 76 252 0.02 0.70 0 0.01 298.64 0.97 0.64
Hex F8 4C FC 2 46 0 1 12B 61 40
Octal 370 114 374 2 106 0 1 453 141 100
Binary 11111000 1001100 11111100 10 1000110 0 1 100101011 1100001 1000000

Color Harmonies of #F84CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CFC

Black with #F84CFC

Text Example


Text Example

White with #F84CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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