Html Css Color HEX #F563F1 Pink Flamingo

📋 copy color: '#F563F1'

red 245 ◦ green 99 ◦ blue 241

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

Shades of Pink Flamingo #F563F1

Tints of Pink Flamingo #F563F1

RGB

 RED value IS 245 (96.09% from 255) = 41.88%

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 41.88%
G = 16.92%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F563F1 (or 0xF563F1) is known color: Pink Flamingo. HEX triplet: F5, 63 and F1. RGB value is (245,99,241). Sum of RGB (Red+Green+Blue) = 245+99+241=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 99 (39.06% from 255 or 16.92% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F563F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F563F1 is #0A9C0E. Grayscale: #9E9E9E. Windows color (decimal): -695311 or 15819765. OLE color: 15819765.

HSL color Cylindrical-coordinate representation of color #F563F1: hue angle of 301.64º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F563F1 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 99 241 -
CMYK 0 0.60 0.02 0.04
HSL 301.64º 0.88% 0.67% -
HSV(B) 301.64º 0.6% 0.96% -
XYZ 58 34.69 86.86 -
YUV 158.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 245 99 241 0 0.60 0.02 0.04 301.64 0.88 0.67
Hex F5 63 F1 0 3C 2 4 12E 58 43
Octal 365 143 361 0 74 2 4 456 130 103
Binary 11110101 1100011 11110001 0 111100 10 100 100101110 1011000 1000011

Color Harmonies of #F563F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F563F1

Black with #F563F1

Text Example


Text Example

White with #F563F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F563F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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