Html Css Color HEX #F84AFF Pink Flamingo

📋 copy color: '#F84AFF'

red 248 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #F84AFF

Tints of Pink Flamingo #F84AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.82%

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

R = 42.98%
G = 12.82%
B = 44.19%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F84AFF (or 0xF84AFF) is known color: Pink Flamingo. HEX triplet: F8, 4A and FF. RGB value is (248,74,255). Sum of RGB (Red+Green+Blue) = 248+74+255=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 74 (29.30% from 255 or 12.82% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #F84AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84AFF is #07B500. Grayscale: #929292. Windows color (decimal): -505089 or 16730872. OLE color: 16730872.

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

Color convert

RGB 248 74 255 -
CMYK 0.03 0.71 0 0
HSL 297.68º 1% 0.65% -
HSV(B) 297.68º 0.71% 1% -
XYZ 59.21 32.07 97.68 -
YUV 146.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 248 74 255 0.03 0.71 0 0 297.68 1 0.65
Hex F8 4A FF 3 47 0 0 12A 64 41
Octal 370 112 377 3 107 0 0 452 144 101
Binary 11111000 1001010 11111111 11 1000111 0 0 100101010 1100100 1000001

Color Harmonies of #F84AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84AFF

Black with #F84AFF

Text Example


Text Example

White with #F84AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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