Html Css Color HEX #F85EFD Pink Flamingo

📋 copy color: '#F85EFD'

red 248 ◦ green 94 ◦ blue 253

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

Shades of Pink Flamingo #F85EFD

Tints of Pink Flamingo #F85EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.8%

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

R = 41.68%
G = 15.8%
B = 42.52%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F85EFD (or 0xF85EFD) is known color: Pink Flamingo. HEX triplet: F8, 5E and FD. RGB value is (248,94,253). Sum of RGB (Red+Green+Blue) = 248+94+253=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 94 (37.11% from 255 or 15.80% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #F85EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EFD is #07A102. Grayscale: #9D9D9D. Windows color (decimal): -499971 or 16604920. OLE color: 16604920.

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

Color convert

RGB 248 94 253 -
CMYK 0.02 0.63 0 0.01
HSL 298.11º 0.98% 0.68% -
HSV(B) 298.11º 0.63% 0.99% -
XYZ 60.44 35.05 96.51 -
YUV 158.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 248 94 253 0.02 0.63 0 0.01 298.11 0.98 0.68
Hex F8 5E FD 2 3F 0 1 12A 62 44
Octal 370 136 375 2 77 0 1 452 142 104
Binary 11111000 1011110 11111101 10 111111 0 1 100101010 1100010 1000100

Color Harmonies of #F85EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85EFD

Black with #F85EFD

Text Example


Text Example

White with #F85EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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