Html Css Color HEX #F454F0 Pink Flamingo

📋 copy color: '#F454F0'

red 244 ◦ green 84 ◦ blue 240

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

Shades of Pink Flamingo #F454F0

Tints of Pink Flamingo #F454F0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.79%

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

R = 42.96%
G = 14.79%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F454F0 (or 0xF454F0) is known color: Pink Flamingo. HEX triplet: F4, 54 and F0. RGB value is (244,84,240). Sum of RGB (Red+Green+Blue) = 244+84+240=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 84 (33.20% from 255 or 14.79% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F454F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F454F0 is #0BAB0F. Grayscale: #959595. Windows color (decimal): -764688 or 15750388. OLE color: 15750388.

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

Color convert

RGB 244 84 240 -
CMYK 0 0.66 0.02 0.04
HSL 301.5º 0.88% 0.64% -
HSV(B) 301.5º 0.66% 0.96% -
XYZ 56.21 31.87 85.63 -
YUV 149.62 179.01 195.32 -
System Red Green Blue C M Y K H S L
Decimal 244 84 240 0 0.66 0.02 0.04 301.5 0.88 0.64
Hex F4 54 F0 0 42 2 4 12E 58 40
Octal 364 124 360 0 102 2 4 456 130 100
Binary 11110100 1010100 11110000 0 1000010 10 100 100101110 1011000 1000000

Color Harmonies of #F454F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F454F0

Black with #F454F0

Text Example


Text Example

White with #F454F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F454F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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