Html Css Color HEX #F25EEC Pink Flamingo

📋 copy color: '#F25EEC'

red 242 ◦ green 94 ◦ blue 236

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

Shades of Pink Flamingo #F25EEC

Tints of Pink Flamingo #F25EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.43%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 42.31%
G = 16.43%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F25EEC (or 0xF25EEC) is known color: Pink Flamingo. HEX triplet: F2, 5E and EC. RGB value is (242,94,236). Sum of RGB (Red+Green+Blue) = 242+94+236=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 94 (37.11% from 255 or 16.43% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EEC is #0DA113. Grayscale: #9A9A9A. Windows color (decimal): -893204 or 15490802. OLE color: 15490802.

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

Color convert

RGB 242 94 236 -
CMYK 0 0.61 0.02 0.05
HSL 302.43º 0.85% 0.66% -
HSV(B) 302.43º 0.61% 0.95% -
XYZ 55.76 32.94 82.78 -
YUV 154.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 242 94 236 0 0.61 0.02 0.05 302.43 0.85 0.66
Hex F2 5E EC 0 3D 2 5 12E 55 42
Octal 362 136 354 0 75 2 5 456 125 102
Binary 11110010 1011110 11101100 0 111101 10 101 100101110 1010101 1000010

Color Harmonies of #F25EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EEC

Black with #F25EEC

Text Example


Text Example

White with #F25EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EEC; }

 p { color: rgb(242,94,236); }

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

background-color css

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

 a { background-color: rgb(242,94,236); }

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

border-color css

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

 span { border-color: rgb(242,94,236); }

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