Html Css Color HEX #F865FD Pink Flamingo

📋 copy color: '#F865FD'

red 248 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #F865FD

Tints of Pink Flamingo #F865FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.78%

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

R = 41.2%
G = 16.78%
B = 42.03%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F865FD (or 0xF865FD) is known color: Pink Flamingo. HEX triplet: F8, 65 and FD. RGB value is (248,101,253). Sum of RGB (Red+Green+Blue) = 248+101+253=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 101 (39.84% from 255 or 16.78% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #F865FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F865FD is #079A02. Grayscale: #A1A1A1. Windows color (decimal): -498179 or 16606712. OLE color: 16606712.

HSL color Cylindrical-coordinate representation of color #F865FD: hue angle of 298.03º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F865FD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 101 253 -
CMYK 0.02 0.60 0 0.01
HSL 298.03º 0.97% 0.69% -
HSV(B) 298.03º 0.6% 0.99% -
XYZ 61.09 36.36 96.73 -
YUV 162.28 179.2 189.14 -
System Red Green Blue C M Y K H S L
Decimal 248 101 253 0.02 0.60 0 0.01 298.03 0.97 0.69
Hex F8 65 FD 2 3C 0 1 12A 61 45
Octal 370 145 375 2 74 0 1 452 141 105
Binary 11111000 1100101 11111101 10 111100 0 1 100101010 1100001 1000101

Color Harmonies of #F865FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865FD

Black with #F865FD

Text Example


Text Example

White with #F865FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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