Html Css Color HEX #F25BEE Pink Flamingo

📋 copy color: '#F25BEE'

red 242 ◦ green 91 ◦ blue 238

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

Shades of Pink Flamingo #F25BEE

Tints of Pink Flamingo #F25BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.94%

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

R = 42.38%
G = 15.94%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F25BEE (or 0xF25BEE) is known color: Pink Flamingo. HEX triplet: F2, 5B and EE. RGB value is (242,91,238). Sum of RGB (Red+Green+Blue) = 242+91+238=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 91 (35.94% from 255 or 15.94% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25BEE is #0DA411. Grayscale: #989898. Windows color (decimal): -893970 or 15621106. OLE color: 15621106.

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

Color convert

RGB 242 91 238 -
CMYK 0 0.62 0.02 0.05
HSL 301.59º 0.85% 0.65% -
HSV(B) 301.59º 0.62% 0.95% -
XYZ 55.79 32.53 84.23 -
YUV 152.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 242 91 238 0 0.62 0.02 0.05 301.59 0.85 0.65
Hex F2 5B EE 0 3E 2 5 12E 55 41
Octal 362 133 356 0 76 2 5 456 125 101
Binary 11110010 1011011 11101110 0 111110 10 101 100101110 1010101 1000001

Color Harmonies of #F25BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BEE

Black with #F25BEE

Text Example


Text Example

White with #F25BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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