Html Css Color HEX #F450F0 Pink Flamingo

📋 copy color: '#F450F0'

red 244 ◦ green 80 ◦ blue 240

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

Shades of Pink Flamingo #F450F0

Tints of Pink Flamingo #F450F0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.18%

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 43.26%
G = 14.18%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F450F0 (or 0xF450F0) is known color: Pink Flamingo. HEX triplet: F4, 50 and F0. RGB value is (244,80,240). Sum of RGB (Red+Green+Blue) = 244+80+240=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 80 (31.64% from 255 or 14.18% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F450F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F450F0 is #0BAF0F. Grayscale: #929292. Windows color (decimal): -765712 or 15749364. OLE color: 15749364.

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

Color convert

RGB 244 80 240 -
CMYK 0 0.67 0.02 0.04
HSL 301.46º 0.88% 0.64% -
HSV(B) 301.46º 0.67% 0.96% -
XYZ 55.91 31.26 85.53 -
YUV 147.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 244 80 240 0 0.67 0.02 0.04 301.46 0.88 0.64
Hex F4 50 F0 0 43 2 4 12D 58 40
Octal 364 120 360 0 103 2 4 455 130 100
Binary 11110100 1010000 11110000 0 1000011 10 100 100101101 1011000 1000000

Color Harmonies of #F450F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F450F0

Black with #F450F0

Text Example


Text Example

White with #F450F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F450F0; }

 p { color: rgb(244,80,240); }

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

background-color css

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

 a { background-color: rgb(244,80,240); }

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

border-color css

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

 span { border-color: rgb(244,80,240); }

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