Html Css Color HEX #F853FE Pink Flamingo

📋 copy color: '#F853FE'

red 248 ◦ green 83 ◦ blue 254

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

Shades of Pink Flamingo #F853FE

Tints of Pink Flamingo #F853FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.19%

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 42.39%
G = 14.19%
B = 43.42%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F853FE (or 0xF853FE) is known color: Pink Flamingo. HEX triplet: F8, 53 and FE. RGB value is (248,83,254). Sum of RGB (Red+Green+Blue) = 248+83+254=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 83 (32.81% from 255 or 14.19% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F853FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F853FE is #07AC01. Grayscale: #979797. Windows color (decimal): -502786 or 16667640. OLE color: 16667640.

HSL color Cylindrical-coordinate representation of color #F853FE: hue angle of 297.89º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853FE is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 83 254 -
CMYK 0.02 0.67 0 0.00
HSL 297.89º 0.99% 0.66% -
HSV(B) 297.89º 0.67% 1% -
XYZ 59.69 33.3 97.05 -
YUV 151.83 185.66 196.6 -
System Red Green Blue C M Y K H S L
Decimal 248 83 254 0.02 0.67 0 0.00 297.89 0.99 0.66
Hex F8 53 FE 2 43 0 0 12A 63 42
Octal 370 123 376 2 103 0 0 452 143 102
Binary 11111000 1010011 11111110 10 1000011 0 0 100101010 1100011 1000010

Color Harmonies of #F853FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853FE

Black with #F853FE

Text Example


Text Example

White with #F853FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853FE; }

 p { color: rgb(248,83,254); }

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

background-color css

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

 a { background-color: rgb(248,83,254); }

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

border-color css

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

 span { border-color: rgb(248,83,254); }

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