Html Css Color HEX #F55AF5 Pink Flamingo

📋 copy color: '#F55AF5'

red 245 ◦ green 90 ◦ blue 245

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

Shades of Pink Flamingo #F55AF5

Tints of Pink Flamingo #F55AF5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.52%

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

R = 42.24%
G = 15.52%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F55AF5 (or 0xF55AF5) is known color: Pink Flamingo. HEX triplet: F5, 5A and F5. RGB value is (245,90,245). Sum of RGB (Red+Green+Blue) = 245+90+245=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 90 (35.55% from 255 or 15.52% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F55AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AF5 is #0AA50A. Grayscale: #999999. Windows color (decimal): -697611 or 16079605. OLE color: 16079605.

HSL color Cylindrical-coordinate representation of color #F55AF5: hue angle of 300º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55AF5 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 90 245 -
CMYK 0 0.63 0 0.04
HSL 300º 0.89% 0.66% -
HSV(B) 300º 0.63% 0.96% -
XYZ 57.79 33.32 89.77 -
YUV 154.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 245 90 245 0 0.63 0 0.04 300 0.89 0.66
Hex F5 5A F5 0 3F 0 4 12C 59 42
Octal 365 132 365 0 77 0 4 454 131 102
Binary 11110101 1011010 11110101 0 111111 0 100 100101100 1011001 1000010

Color Harmonies of #F55AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55AF5

Black with #F55AF5

Text Example


Text Example

White with #F55AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55AF5; }

 p { color: rgb(245,90,245); }

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

background-color css

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

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

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

border-color css

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

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

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