Html Css Color HEX #F05FED Pink Flamingo

📋 copy color: '#F05FED'

red 240 ◦ green 95 ◦ blue 237

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

Shades of Pink Flamingo #F05FED

Tints of Pink Flamingo #F05FED

RGB

 RED value IS 240 (94.14% from 255) = 41.96%

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

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

R = 41.96%
G = 16.61%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F05FED (or 0xF05FED) is known color: Pink Flamingo. HEX triplet: F0, 5F and ED. RGB value is (240,95,237). Sum of RGB (Red+Green+Blue) = 240+95+237=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05FED is #0FA012. Grayscale: #9A9A9A. Windows color (decimal): -1024019 or 15556592. OLE color: 15556592.

HSL color Cylindrical-coordinate representation of color #F05FED: hue angle of 301.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FED is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 237 -
CMYK 0 0.60 0.01 0.06
HSL 301.24º 0.83% 0.66% -
HSV(B) 301.24º 0.6% 0.94% -
XYZ 55.31 32.82 83.54 -
YUV 154.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 240 95 237 0 0.60 0.01 0.06 301.24 0.83 0.66
Hex F0 5F ED 0 3C 1 6 12D 53 42
Octal 360 137 355 0 74 1 6 455 123 102
Binary 11110000 1011111 11101101 0 111100 1 110 100101101 1010011 1000010

Color Harmonies of #F05FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FED

Black with #F05FED

Text Example


Text Example

White with #F05FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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