Html Css Color HEX #F561F2 Pink Flamingo

📋 copy color: '#F561F2'

red 245 ◦ green 97 ◦ blue 242

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

Shades of Pink Flamingo #F561F2

Tints of Pink Flamingo #F561F2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.61%

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 41.95%
G = 16.61%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F561F2 (or 0xF561F2) is known color: Pink Flamingo. HEX triplet: F5, 61 and F2. RGB value is (245,97,242). Sum of RGB (Red+Green+Blue) = 245+97+242=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 97 (38.28% from 255 or 16.61% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F561F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F561F2 is #0A9E0D. Grayscale: #9D9D9D. Windows color (decimal): -695822 or 15884789. OLE color: 15884789.

HSL color Cylindrical-coordinate representation of color #F561F2: hue angle of 301.22º 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 #F561F2 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 242 -
CMYK 0 0.60 0.01 0.04
HSL 301.22º 0.88% 0.67% -
HSV(B) 301.22º 0.6% 0.96% -
XYZ 57.96 34.37 87.58 -
YUV 157.78 175.53 190.21 -
System Red Green Blue C M Y K H S L
Decimal 245 97 242 0 0.60 0.01 0.04 301.22 0.88 0.67
Hex F5 61 F2 0 3C 1 4 12D 58 43
Octal 365 141 362 0 74 1 4 455 130 103
Binary 11110101 1100001 11110010 0 111100 1 100 100101101 1011000 1000011

Color Harmonies of #F561F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F561F2

Black with #F561F2

Text Example


Text Example

White with #F561F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F561F2; }

 p { color: rgb(245,97,242); }

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

background-color css

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

 a { background-color: rgb(245,97,242); }

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

border-color css

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

 span { border-color: rgb(245,97,242); }

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