Html Css Color HEX #F84CFA Pink Flamingo

📋 copy color: '#F84CFA'

red 248 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #F84CFA

Tints of Pink Flamingo #F84CFA

RGB

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

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

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

R = 43.21%
G = 13.24%
B = 43.55%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F84CFA (or 0xF84CFA) is known color: Pink Flamingo. HEX triplet: F8, 4C and FA. RGB value is (248,76,250). Sum of RGB (Red+Green+Blue) = 248+76+250=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 76 (30.08% from 255 or 13.24% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #F84CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84CFA is #07B305. Grayscale: #929292. Windows color (decimal): -504582 or 16403704. OLE color: 16403704.

HSL color Cylindrical-coordinate representation of color #F84CFA: 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.7%. Process color model (Four color, CMYK) of #F84CFA is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 76 250 -
CMYK 0.01 0.70 0 0.02
HSL 299.31º 0.95% 0.64% -
HSV(B) 299.31º 0.7% 0.98% -
XYZ 58.55 32.03 93.54 -
YUV 147.26 185.98 199.85 -
System Red Green Blue C M Y K H S L
Decimal 248 76 250 0.01 0.70 0 0.02 299.31 0.95 0.64
Hex F8 4C FA 1 46 0 2 12B 5F 40
Octal 370 114 372 1 106 0 2 453 137 100
Binary 11111000 1001100 11111010 1 1000110 0 10 100101011 1011111 1000000

Color Harmonies of #F84CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CFA

Black with #F84CFA

Text Example


Text Example

White with #F84CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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