Html Css Color HEX #F256F9 Pink Flamingo

📋 copy color: '#F256F9'

red 242 ◦ green 86 ◦ blue 249

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

Shades of Pink Flamingo #F256F9

Tints of Pink Flamingo #F256F9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.9%

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 41.94%
G = 14.9%
B = 43.15%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F256F9 (or 0xF256F9) is known color: Pink Flamingo. HEX triplet: F2, 56 and F9. RGB value is (242,86,249). Sum of RGB (Red+Green+Blue) = 242+86+249=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 86 (33.98% from 255 or 14.90% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #F256F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F256F9 is #0DA906. Grayscale: #969696. Windows color (decimal): -895239 or 16340722. OLE color: 16340722.

HSL color Cylindrical-coordinate representation of color #F256F9: hue angle of 297.42º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F256F9 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 86 249 -
CMYK 0.03 0.65 0 0.02
HSL 297.42º 0.93% 0.66% -
HSV(B) 297.42º 0.65% 0.98% -
XYZ 57.04 32.37 92.86 -
YUV 151.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 242 86 249 0.03 0.65 0 0.02 297.42 0.93 0.66
Hex F2 56 F9 3 41 0 2 129 5D 42
Octal 362 126 371 3 101 0 2 451 135 102
Binary 11110010 1010110 11111001 11 1000001 0 10 100101001 1011101 1000010

Color Harmonies of #F256F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256F9

Black with #F256F9

Text Example


Text Example

White with #F256F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256F9; }

 p { color: rgb(242,86,249); }

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

background-color css

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

 a { background-color: rgb(242,86,249); }

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

border-color css

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

 span { border-color: rgb(242,86,249); }

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