Html Css Color HEX #F452EF Pink Flamingo

📋 copy color: '#F452EF'

red 244 ◦ green 82 ◦ blue 239

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

Shades of Pink Flamingo #F452EF

Tints of Pink Flamingo #F452EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.51%

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 43.19%
G = 14.51%
B = 42.3%

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

#F452EF (or 0xF452EF) is known color: Pink Flamingo. HEX triplet: F4, 52 and EF. RGB value is (244,82,239). Sum of RGB (Red+Green+Blue) = 244+82+239=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 82 (32.42% from 255 or 14.51% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F452EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F452EF is #0BAD10. Grayscale: #939393. Windows color (decimal): -765201 or 15684340. OLE color: 15684340.

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

Color convert

RGB 244 82 239 -
CMYK 0 0.66 0.02 0.04
HSL 301.85º 0.88% 0.64% -
HSV(B) 301.85º 0.66% 0.96% -
XYZ 55.91 31.5 84.79 -
YUV 148.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 244 82 239 0 0.66 0.02 0.04 301.85 0.88 0.64
Hex F4 52 EF 0 42 2 4 12E 58 40
Octal 364 122 357 0 102 2 4 456 130 100
Binary 11110100 1010010 11101111 0 1000010 10 100 100101110 1011000 1000000

Color Harmonies of #F452EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F452EF

Black with #F452EF

Text Example


Text Example

White with #F452EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F452EF; }

 p { color: rgb(244,82,239); }

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

background-color css

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

 a { background-color: rgb(244,82,239); }

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

border-color css

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

 span { border-color: rgb(244,82,239); }

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