Html Css Color HEX #F85AFD Pink Flamingo

📋 copy color: '#F85AFD'

red 248 ◦ green 90 ◦ blue 253

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

Shades of Pink Flamingo #F85AFD

Tints of Pink Flamingo #F85AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.23%

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 41.96%
G = 15.23%
B = 42.81%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F85AFD (or 0xF85AFD) is known color: Pink Flamingo. HEX triplet: F8, 5A and FD. RGB value is (248,90,253). Sum of RGB (Red+Green+Blue) = 248+90+253=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 90 (35.55% from 255 or 15.23% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #F85AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AFD is #07A502. Grayscale: #9B9B9B. Windows color (decimal): -500995 or 16603896. OLE color: 16603896.

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

Color convert

RGB 248 90 253 -
CMYK 0.02 0.64 0 0.01
HSL 298.16º 0.98% 0.67% -
HSV(B) 298.16º 0.64% 0.99% -
XYZ 60.1 34.36 96.39 -
YUV 155.82 182.85 193.75 -
System Red Green Blue C M Y K H S L
Decimal 248 90 253 0.02 0.64 0 0.01 298.16 0.98 0.67
Hex F8 5A FD 2 40 0 1 12A 62 43
Octal 370 132 375 2 100 0 1 452 142 103
Binary 11111000 1011010 11111101 10 1000000 0 1 100101010 1100010 1000011

Color Harmonies of #F85AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AFD

Black with #F85AFD

Text Example


Text Example

White with #F85AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AFD; }

 p { color: rgb(248,90,253); }

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

background-color css

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

 a { background-color: rgb(248,90,253); }

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

border-color css

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

 span { border-color: rgb(248,90,253); }

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