Html Css Color HEX #F55AFE Pink Flamingo

📋 copy color: '#F55AFE'

red 245 ◦ green 90 ◦ blue 254

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

Shades of Pink Flamingo #F55AFE

Tints of Pink Flamingo #F55AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 41.6%
G = 15.28%
B = 43.12%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F55AFE (or 0xF55AFE) is known color: Pink Flamingo. HEX triplet: F5, 5A and FE. RGB value is (245,90,254). Sum of RGB (Red+Green+Blue) = 245+90+254=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 90 (35.55% from 255 or 15.28% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #F55AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AFE is #0AA501. Grayscale: #9A9A9A. Windows color (decimal): -697602 or 16669429. OLE color: 16669429.

HSL color Cylindrical-coordinate representation of color #F55AFE: hue angle of 296.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55AFE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 90 254 -
CMYK 0.04 0.65 0 0.00
HSL 296.71º 0.99% 0.67% -
HSV(B) 296.71º 0.65% 1% -
XYZ 59.2 33.88 97.19 -
YUV 155.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 245 90 254 0.04 0.65 0 0.00 296.71 0.99 0.67
Hex F5 5A FE 4 41 0 0 129 63 43
Octal 365 132 376 4 101 0 0 451 143 103
Binary 11110101 1011010 11111110 100 1000001 0 0 100101001 1100011 1000011

Color Harmonies of #F55AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55AFE

Black with #F55AFE

Text Example


Text Example

White with #F55AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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