Html Css Color HEX #F453F0 Pink Flamingo

📋 copy color: '#F453F0'

red 244 ◦ green 83 ◦ blue 240

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

Shades of Pink Flamingo #F453F0

Tints of Pink Flamingo #F453F0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.64%

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

R = 43.03%
G = 14.64%
B = 42.33%

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

#F453F0 (or 0xF453F0) is known color: Pink Flamingo. HEX triplet: F4, 53 and F0. RGB value is (244,83,240). Sum of RGB (Red+Green+Blue) = 244+83+240=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F453F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F453F0 is #0BAC0F. Grayscale: #949494. Windows color (decimal): -764944 or 15750132. OLE color: 15750132.

HSL color Cylindrical-coordinate representation of color #F453F0: hue angle of 301.49º 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 #F453F0 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 83 240 -
CMYK 0 0.66 0.02 0.04
HSL 301.49º 0.88% 0.64% -
HSV(B) 301.49º 0.66% 0.96% -
XYZ 56.13 31.71 85.6 -
YUV 149.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 244 83 240 0 0.66 0.02 0.04 301.49 0.88 0.64
Hex F4 53 F0 0 42 2 4 12D 58 40
Octal 364 123 360 0 102 2 4 455 130 100
Binary 11110100 1010011 11110000 0 1000010 10 100 100101101 1011000 1000000

Color Harmonies of #F453F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F453F0

Black with #F453F0

Text Example


Text Example

White with #F453F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F453F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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