Html Css Color HEX #F55FFE Pink Flamingo

📋 copy color: '#F55FFE'

red 245 ◦ green 95 ◦ blue 254

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

Shades of Pink Flamingo #F55FFE

Tints of Pink Flamingo #F55FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.99%

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

R = 41.25%
G = 15.99%
B = 42.76%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F55FFE (or 0xF55FFE) is known color: Pink Flamingo. HEX triplet: F5, 5F and FE. RGB value is (245,95,254). Sum of RGB (Red+Green+Blue) = 245+95+254=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 95 (37.5% from 255 or 15.99% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F55FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FFE is #0AA001. Grayscale: #9D9D9D. Windows color (decimal): -696322 or 16670709. OLE color: 16670709.

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

Color convert

RGB 245 95 254 -
CMYK 0.04 0.63 0 0.00
HSL 296.6º 0.99% 0.68% -
HSV(B) 296.6º 0.63% 1% -
XYZ 59.64 34.75 97.33 -
YUV 157.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 245 95 254 0.04 0.63 0 0.00 296.6 0.99 0.68
Hex F5 5F FE 4 3F 0 0 129 63 44
Octal 365 137 376 4 77 0 0 451 143 104
Binary 11110101 1011111 11111110 100 111111 0 0 100101001 1100011 1000100

Color Harmonies of #F55FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FFE

Black with #F55FFE

Text Example


Text Example

White with #F55FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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