Html Css Color HEX #F45EFD Pink Flamingo

📋 copy color: '#F45EFD'

red 244 ◦ green 94 ◦ blue 253

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

Shades of Pink Flamingo #F45EFD

Tints of Pink Flamingo #F45EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 41.29%
G = 15.91%
B = 42.81%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F45EFD (or 0xF45EFD) is known color: Pink Flamingo. HEX triplet: F4, 5E and FD. RGB value is (244,94,253). Sum of RGB (Red+Green+Blue) = 244+94+253=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 94 (37.11% from 255 or 15.91% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #F45EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45EFD is #0BA102. Grayscale: #9C9C9C. Windows color (decimal): -762115 or 16604916. OLE color: 16604916.

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

Color convert

RGB 244 94 253 -
CMYK 0.04 0.63 0 0.01
HSL 296.6º 0.98% 0.68% -
HSV(B) 296.6º 0.63% 0.99% -
XYZ 59.04 34.33 96.44 -
YUV 156.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 244 94 253 0.04 0.63 0 0.01 296.6 0.98 0.68
Hex F4 5E FD 4 3F 0 1 129 62 44
Octal 364 136 375 4 77 0 1 451 142 104
Binary 11110100 1011110 11111101 100 111111 0 1 100101001 1100010 1000100

Color Harmonies of #F45EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45EFD

Black with #F45EFD

Text Example


Text Example

White with #F45EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45EFD; }

 p { color: rgb(244,94,253); }

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

background-color css

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

 a { background-color: rgb(244,94,253); }

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

border-color css

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

 span { border-color: rgb(244,94,253); }

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