Html Css Color HEX #F45CFD Pink Flamingo

📋 copy color: '#F45CFD'

red 244 ◦ green 92 ◦ blue 253

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

Shades of Pink Flamingo #F45CFD

Tints of Pink Flamingo #F45CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.62%

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

R = 41.43%
G = 15.62%
B = 42.95%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F45CFD (or 0xF45CFD) is known color: Pink Flamingo. HEX triplet: F4, 5C and FD. RGB value is (244,92,253). Sum of RGB (Red+Green+Blue) = 244+92+253=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 92 (36.33% from 255 or 15.62% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #F45CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45CFD is #0BA302. Grayscale: #9B9B9B. Windows color (decimal): -762627 or 16604404. OLE color: 16604404.

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

Color convert

RGB 244 92 253 -
CMYK 0.04 0.64 0 0.01
HSL 296.65º 0.98% 0.68% -
HSV(B) 296.65º 0.64% 0.99% -
XYZ 58.87 33.98 96.38 -
YUV 155.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 244 92 253 0.04 0.64 0 0.01 296.65 0.98 0.68
Hex F4 5C FD 4 40 0 1 129 62 44
Octal 364 134 375 4 100 0 1 451 142 104
Binary 11110100 1011100 11111101 100 1000000 0 1 100101001 1100010 1000100

Color Harmonies of #F45CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45CFD

Black with #F45CFD

Text Example


Text Example

White with #F45CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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