Html Css Color HEX #F45DF7 Pink Flamingo

📋 copy color: '#F45DF7'

red 244 ◦ green 93 ◦ blue 247

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

Shades of Pink Flamingo #F45DF7

Tints of Pink Flamingo #F45DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.92%

 BLUE value IS 247 (96.88% from 255) = 42.29%

R = 41.78%
G = 15.92%
B = 42.29%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F45DF7 (or 0xF45DF7) is known color: Pink Flamingo. HEX triplet: F4, 5D and F7. RGB value is (244,93,247). Sum of RGB (Red+Green+Blue) = 244+93+247=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #F45DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45DF7 is #0BA208. Grayscale: #9B9B9B. Windows color (decimal): -762377 or 16211444. OLE color: 16211444.

HSL color Cylindrical-coordinate representation of color #F45DF7: hue angle of 298.83º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45DF7 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 244 93 247 -
CMYK 0.01 0.62 0 0.03
HSL 298.83º 0.91% 0.67% -
HSV(B) 298.83º 0.62% 0.97% -
XYZ 58.01 33.78 91.46 -
YUV 155.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 244 93 247 0.01 0.62 0 0.03 298.83 0.91 0.67
Hex F4 5D F7 1 3E 0 3 12B 5B 43
Octal 364 135 367 1 76 0 3 453 133 103
Binary 11110100 1011101 11110111 1 111110 0 11 100101011 1011011 1000011

Color Harmonies of #F45DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45DF7

Black with #F45DF7

Text Example


Text Example

White with #F45DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45DF7; }

 p { color: rgb(244,93,247); }

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

background-color css

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

 a { background-color: rgb(244,93,247); }

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

border-color css

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

 span { border-color: rgb(244,93,247); }

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