Html Css Color HEX #F259ED Pink Flamingo

📋 copy color: '#F259ED'

red 242 ◦ green 89 ◦ blue 237

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

Shades of Pink Flamingo #F259ED

Tints of Pink Flamingo #F259ED

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.67%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 42.61%
G = 15.67%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F259ED (or 0xF259ED) is known color: Pink Flamingo. HEX triplet: F2, 59 and ED. RGB value is (242,89,237). Sum of RGB (Red+Green+Blue) = 242+89+237=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F259ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259ED is #0DA612. Grayscale: #979797. Windows color (decimal): -894483 or 15555058. OLE color: 15555058.

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

Color convert

RGB 242 89 237 -
CMYK 0 0.63 0.02 0.05
HSL 301.96º 0.85% 0.65% -
HSV(B) 301.96º 0.63% 0.95% -
XYZ 55.48 32.14 83.4 -
YUV 151.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 242 89 237 0 0.63 0.02 0.05 301.96 0.85 0.65
Hex F2 59 ED 0 3F 2 5 12E 55 41
Octal 362 131 355 0 77 2 5 456 125 101
Binary 11110010 1011001 11101101 0 111111 10 101 100101110 1010101 1000001

Color Harmonies of #F259ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259ED

Black with #F259ED

Text Example


Text Example

White with #F259ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259ED; }

 p { color: rgb(242,89,237); }

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

background-color css

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

 a { background-color: rgb(242,89,237); }

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

border-color css

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

 span { border-color: rgb(242,89,237); }

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