Html Css Color HEX #F863F5 Pink Flamingo

📋 copy color: '#F863F5'

red 248 ◦ green 99 ◦ blue 245

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

Shades of Pink Flamingo #F863F5

Tints of Pink Flamingo #F863F5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.72%

 BLUE value IS 245 (96.09% from 255) = 41.39%

R = 41.89%
G = 16.72%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F863F5 (or 0xF863F5) is known color: Pink Flamingo. HEX triplet: F8, 63 and F5. RGB value is (248,99,245). Sum of RGB (Red+Green+Blue) = 248+99+245=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 99 (39.06% from 255 or 16.72% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F863F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863F5 is #079C0A. Grayscale: #9F9F9F. Windows color (decimal): -498699 or 16081912. OLE color: 16081912.

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

Color convert

RGB 248 99 245 -
CMYK 0 0.60 0.01 0.03
HSL 301.21º 0.91% 0.68% -
HSV(B) 301.21º 0.6% 0.97% -
XYZ 59.65 35.47 90.09 -
YUV 160.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 248 99 245 0 0.60 0.01 0.03 301.21 0.91 0.68
Hex F8 63 F5 0 3C 1 3 12D 5B 44
Octal 370 143 365 0 74 1 3 455 133 104
Binary 11111000 1100011 11110101 0 111100 1 11 100101101 1011011 1000100

Color Harmonies of #F863F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863F5

Black with #F863F5

Text Example


Text Example

White with #F863F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863F5; }

 p { color: rgb(248,99,245); }

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

background-color css

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

 a { background-color: rgb(248,99,245); }

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

border-color css

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

 span { border-color: rgb(248,99,245); }

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