Html Css Color HEX #F455ED Pink Flamingo

📋 copy color: '#F455ED'

red 244 ◦ green 85 ◦ blue 237

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

Shades of Pink Flamingo #F455ED

Tints of Pink Flamingo #F455ED

RGB

 RED value IS 244 (95.7% from 255) = 43.11%

 GREEN value IS 85 (33.59% from 255) = 15.02%

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

R = 43.11%
G = 15.02%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F455ED (or 0xF455ED) is known color: Pink Flamingo. HEX triplet: F4, 55 and ED. RGB value is (244,85,237). Sum of RGB (Red+Green+Blue) = 244+85+237=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F455ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F455ED is #0BAA12. Grayscale: #959595. Windows color (decimal): -764435 or 15554036. OLE color: 15554036.

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

Color convert

RGB 244 85 237 -
CMYK 0 0.65 0.03 0.04
HSL 302.64º 0.88% 0.65% -
HSV(B) 302.64º 0.65% 0.96% -
XYZ 55.84 31.84 83.32 -
YUV 149.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 244 85 237 0 0.65 0.03 0.04 302.64 0.88 0.65
Hex F4 55 ED 0 41 3 4 12F 58 41
Octal 364 125 355 0 101 3 4 457 130 101
Binary 11110100 1010101 11101101 0 1000001 11 100 100101111 1011000 1000001

Color Harmonies of #F455ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F455ED

Black with #F455ED

Text Example


Text Example

White with #F455ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F455ED; }

 p { color: rgb(244,85,237); }

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

background-color css

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

 a { background-color: rgb(244,85,237); }

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

border-color css

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

 span { border-color: rgb(244,85,237); }

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