Html Css Color HEX #F55EFF Pink Flamingo

📋 copy color: '#F55EFF'

red 245 ◦ green 94 ◦ blue 255

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

Shades of Pink Flamingo #F55EFF

Tints of Pink Flamingo #F55EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.82%

 BLUE value IS 255 (100% from 255) = 42.93%

R = 41.25%
G = 15.82%
B = 42.93%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F55EFF (or 0xF55EFF) is known color: Pink Flamingo. HEX triplet: F5, 5E and FF. RGB value is (245,94,255). Sum of RGB (Red+Green+Blue) = 245+94+255=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 94 (37.11% from 255 or 15.82% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #F55EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55EFF is #0AA100. Grayscale: #9D9D9D. Windows color (decimal): -696577 or 16735989. OLE color: 16735989.

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

Color convert

RGB 245 94 255 -
CMYK 0.04 0.63 0 0
HSL 296.27º 1% 0.68% -
HSV(B) 296.27º 0.63% 1% -
XYZ 59.71 34.64 98.15 -
YUV 157.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 245 94 255 0.04 0.63 0 0 296.27 1 0.68
Hex F5 5E FF 4 3F 0 0 128 64 44
Octal 365 136 377 4 77 0 0 450 144 104
Binary 11110101 1011110 11111111 100 111111 0 0 100101000 1100100 1000100

Color Harmonies of #F55EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55EFF

Black with #F55EFF

Text Example


Text Example

White with #F55EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55EFF; }

 p { color: rgb(245,94,255); }

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

background-color css

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

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

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

border-color css

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

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

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