Html Css Color HEX #F252EF Pink Flamingo

📋 copy color: '#F252EF'

red 242 ◦ green 82 ◦ blue 239

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

Shades of Pink Flamingo #F252EF

Tints of Pink Flamingo #F252EF

RGB

 RED value IS 242 (94.92% from 255) = 42.98%

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

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

R = 42.98%
G = 14.56%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F252EF (or 0xF252EF) is known color: Pink Flamingo. HEX triplet: F2, 52 and EF. RGB value is (242,82,239). Sum of RGB (Red+Green+Blue) = 242+82+239=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 82 (32.42% from 255 or 14.56% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F252EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F252EF is #0DAD10. Grayscale: #939393. Windows color (decimal): -896273 or 15684338. OLE color: 15684338.

HSL color Cylindrical-coordinate representation of color #F252EF: hue angle of 301.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F252EF is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 239 -
CMYK 0 0.66 0.01 0.05
HSL 301.13º 0.86% 0.64% -
HSV(B) 301.13º 0.66% 0.95% -
XYZ 55.22 31.14 84.76 -
YUV 147.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 242 82 239 0 0.66 0.01 0.05 301.13 0.86 0.64
Hex F2 52 EF 0 42 1 5 12D 56 40
Octal 362 122 357 0 102 1 5 455 126 100
Binary 11110010 1010010 11101111 0 1000010 1 101 100101101 1010110 1000000

Color Harmonies of #F252EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F252EF

Black with #F252EF

Text Example


Text Example

White with #F252EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F252EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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