Html Css Color HEX #F259FF Pink Flamingo

📋 copy color: '#F259FF'

red 242 ◦ green 89 ◦ blue 255

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

Shades of Pink Flamingo #F259FF

Tints of Pink Flamingo #F259FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 41.3%
G = 15.19%
B = 43.52%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F259FF (or 0xF259FF) is known color: Pink Flamingo. HEX triplet: F2, 59 and FF. RGB value is (242,89,255). Sum of RGB (Red+Green+Blue) = 242+89+255=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 89 (35.16% from 255 or 15.19% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #F259FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259FF is #0DA600. Grayscale: #999999. Windows color (decimal): -894465 or 16734706. OLE color: 16734706.

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

Color convert

RGB 242 89 255 -
CMYK 0.05 0.65 0 0
HSL 295.3º 1% 0.67% -
HSV(B) 295.3º 0.65% 1% -
XYZ 58.24 33.24 97.95 -
YUV 153.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 242 89 255 0.05 0.65 0 0 295.3 1 0.67
Hex F2 59 FF 5 41 0 0 127 64 43
Octal 362 131 377 5 101 0 0 447 144 103
Binary 11110010 1011001 11111111 101 1000001 0 0 100100111 1100100 1000011

Color Harmonies of #F259FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259FF

Black with #F259FF

Text Example


Text Example

White with #F259FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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