Html Css Color HEX #F55FED Pink Flamingo

📋 copy color: '#F55FED'

red 245 ◦ green 95 ◦ blue 237

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

Shades of Pink Flamingo #F55FED

Tints of Pink Flamingo #F55FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 42.46%
G = 16.46%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F55FED (or 0xF55FED) is known color: Pink Flamingo. HEX triplet: F5, 5F and ED. RGB value is (245,95,237). Sum of RGB (Red+Green+Blue) = 245+95+237=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FED is #0AA012. Grayscale: #9B9B9B. Windows color (decimal): -696339 or 15556597. OLE color: 15556597.

HSL color Cylindrical-coordinate representation of color #F55FED: hue angle of 303.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FED is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 95 237 -
CMYK 0 0.61 0.03 0.04
HSL 303.2º 0.88% 0.67% -
HSV(B) 303.2º 0.61% 0.96% -
XYZ 57.03 33.71 83.62 -
YUV 156.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 245 95 237 0 0.61 0.03 0.04 303.2 0.88 0.67
Hex F5 5F ED 0 3D 3 4 12F 58 43
Octal 365 137 355 0 75 3 4 457 130 103
Binary 11110101 1011111 11101101 0 111101 11 100 100101111 1011000 1000011

Color Harmonies of #F55FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FED

Black with #F55FED

Text Example


Text Example

White with #F55FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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