Html Css Color HEX #F84DFA Pink Flamingo

📋 copy color: '#F84DFA'

red 248 ◦ green 77 ◦ blue 250

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

Shades of Pink Flamingo #F84DFA

Tints of Pink Flamingo #F84DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.39%

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 43.13%
G = 13.39%
B = 43.48%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F84DFA (or 0xF84DFA) is known color: Pink Flamingo. HEX triplet: F8, 4D and FA. RGB value is (248,77,250). Sum of RGB (Red+Green+Blue) = 248+77+250=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 77 (30.47% from 255 or 13.39% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #F84DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84DFA is #07B205. Grayscale: #939393. Windows color (decimal): -504326 or 16403960. OLE color: 16403960.

HSL color Cylindrical-coordinate representation of color #F84DFA: hue angle of 299.31º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84DFA is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 77 250 -
CMYK 0.01 0.69 0 0.02
HSL 299.31º 0.95% 0.64% -
HSV(B) 299.31º 0.69% 0.98% -
XYZ 58.62 32.17 93.56 -
YUV 147.85 185.65 199.43 -
System Red Green Blue C M Y K H S L
Decimal 248 77 250 0.01 0.69 0 0.02 299.31 0.95 0.64
Hex F8 4D FA 1 45 0 2 12B 5F 40
Octal 370 115 372 1 105 0 2 453 137 100
Binary 11111000 1001101 11111010 1 1000101 0 10 100101011 1011111 1000000

Color Harmonies of #F84DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DFA

Black with #F84DFA

Text Example


Text Example

White with #F84DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DFA; }

 p { color: rgb(248,77,250); }

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

background-color css

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

 a { background-color: rgb(248,77,250); }

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

border-color css

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

 span { border-color: rgb(248,77,250); }

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