Html Css Color HEX #F25EEF Pink Flamingo

📋 copy color: '#F25EEF'

red 242 ◦ green 94 ◦ blue 239

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

Shades of Pink Flamingo #F25EEF

Tints of Pink Flamingo #F25EEF

RGB

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

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

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

R = 42.09%
G = 16.35%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F25EEF (or 0xF25EEF) is known color: Pink Flamingo. HEX triplet: F2, 5E and EF. RGB value is (242,94,239). Sum of RGB (Red+Green+Blue) = 242+94+239=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 94 (37.11% from 255 or 16.35% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EEF is #0DA110. Grayscale: #9A9A9A. Windows color (decimal): -893201 or 15687410. OLE color: 15687410.

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

Color convert

RGB 242 94 239 -
CMYK 0 0.61 0.01 0.05
HSL 301.22º 0.85% 0.66% -
HSV(B) 301.22º 0.61% 0.95% -
XYZ 56.2 33.11 85.09 -
YUV 154.78 175.53 190.21 -
System Red Green Blue C M Y K H S L
Decimal 242 94 239 0 0.61 0.01 0.05 301.22 0.85 0.66
Hex F2 5E EF 0 3D 1 5 12D 55 42
Octal 362 136 357 0 75 1 5 455 125 102
Binary 11110010 1011110 11101111 0 111101 1 101 100101101 1010101 1000010

Color Harmonies of #F25EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EEF

Black with #F25EEF

Text Example


Text Example

White with #F25EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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