Html Css Color HEX #F25EEE Pink Flamingo

📋 copy color: '#F25EEE'

red 242 ◦ green 94 ◦ blue 238

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

Shades of Pink Flamingo #F25EEE

Tints of Pink Flamingo #F25EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 42.16%
G = 16.38%
B = 41.46%

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

#F25EEE (or 0xF25EEE) is known color: Pink Flamingo. HEX triplet: F2, 5E and EE. RGB value is (242,94,238). Sum of RGB (Red+Green+Blue) = 242+94+238=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 94 (37.11% from 255 or 16.38% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EEE is #0DA111. Grayscale: #9A9A9A. Windows color (decimal): -893202 or 15621874. OLE color: 15621874.

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

Color convert

RGB 242 94 238 -
CMYK 0 0.61 0.02 0.05
HSL 301.62º 0.85% 0.66% -
HSV(B) 301.62º 0.61% 0.95% -
XYZ 56.05 33.06 84.31 -
YUV 154.67 175.03 190.29 -
System Red Green Blue C M Y K H S L
Decimal 242 94 238 0 0.61 0.02 0.05 301.62 0.85 0.66
Hex F2 5E EE 0 3D 2 5 12E 55 42
Octal 362 136 356 0 75 2 5 456 125 102
Binary 11110010 1011110 11101110 0 111101 10 101 100101110 1010101 1000010

Color Harmonies of #F25EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EEE

Black with #F25EEE

Text Example


Text Example

White with #F25EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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