Html Css Color HEX #F453F2 Pink Flamingo

📋 copy color: '#F453F2'

red 244 ◦ green 83 ◦ blue 242

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

Shades of Pink Flamingo #F453F2

Tints of Pink Flamingo #F453F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.53%

R = 42.88%
G = 14.59%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F453F2 (or 0xF453F2) is known color: Pink Flamingo. HEX triplet: F4, 53 and F2. RGB value is (244,83,242). Sum of RGB (Red+Green+Blue) = 244+83+242=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 83 (32.81% from 255 or 14.59% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F453F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F453F2 is #0BAC0D. Grayscale: #949494. Windows color (decimal): -764942 or 15881204. OLE color: 15881204.

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

Color convert

RGB 244 83 242 -
CMYK 0 0.66 0.01 0.04
HSL 300.75º 0.88% 0.64% -
HSV(B) 300.75º 0.66% 0.96% -
XYZ 56.43 31.83 87.17 -
YUV 149.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 244 83 242 0 0.66 0.01 0.04 300.75 0.88 0.64
Hex F4 53 F2 0 42 1 4 12D 58 40
Octal 364 123 362 0 102 1 4 455 130 100
Binary 11110100 1010011 11110010 0 1000010 1 100 100101101 1011000 1000000

Color Harmonies of #F453F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F453F2

Black with #F453F2

Text Example


Text Example

White with #F453F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F453F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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