Html Css Color HEX #F45FED Pink Flamingo

📋 copy color: '#F45FED'

red 244 ◦ green 95 ◦ blue 237

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

Shades of Pink Flamingo #F45FED

Tints of Pink Flamingo #F45FED

RGB

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

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

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

R = 42.36%
G = 16.49%
B = 41.15%

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

#F45FED (or 0xF45FED) is known color: Pink Flamingo. HEX triplet: F4, 5F and ED. RGB value is (244,95,237). Sum of RGB (Red+Green+Blue) = 244+95+237=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 95 (37.5% from 255 or 16.49% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45FED is #0BA012. Grayscale: #9B9B9B. Windows color (decimal): -761875 or 15556596. OLE color: 15556596.

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

Color convert

RGB 244 95 237 -
CMYK 0 0.61 0.03 0.04
HSL 302.82º 0.87% 0.66% -
HSV(B) 302.82º 0.61% 0.96% -
XYZ 56.69 33.53 83.61 -
YUV 155.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 244 95 237 0 0.61 0.03 0.04 302.82 0.87 0.66
Hex F4 5F ED 0 3D 3 4 12F 57 42
Octal 364 137 355 0 75 3 4 457 127 102
Binary 11110100 1011111 11101101 0 111101 11 100 100101111 1010111 1000010

Color Harmonies of #F45FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45FED

Black with #F45FED

Text Example


Text Example

White with #F45FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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