Html Css Color HEX #F260EC Pink Flamingo

📋 copy color: '#F260EC'

red 242 ◦ green 96 ◦ blue 236

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

Shades of Pink Flamingo #F260EC

Tints of Pink Flamingo #F260EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.72%

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 42.16%
G = 16.72%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F260EC (or 0xF260EC) is known color: Pink Flamingo. HEX triplet: F2, 60 and EC. RGB value is (242,96,236). Sum of RGB (Red+Green+Blue) = 242+96+236=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 96 (37.89% from 255 or 16.72% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F260EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260EC is #0D9F13. Grayscale: #9B9B9B. Windows color (decimal): -892692 or 15491314. OLE color: 15491314.

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

Color convert

RGB 242 96 236 -
CMYK 0 0.60 0.02 0.05
HSL 302.47º 0.85% 0.66% -
HSV(B) 302.47º 0.6% 0.95% -
XYZ 55.94 33.3 82.84 -
YUV 155.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 242 96 236 0 0.60 0.02 0.05 302.47 0.85 0.66
Hex F2 60 EC 0 3C 2 5 12E 55 42
Octal 362 140 354 0 74 2 5 456 125 102
Binary 11110010 1100000 11101100 0 111100 10 101 100101110 1010101 1000010

Color Harmonies of #F260EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F260EC

Black with #F260EC

Text Example


Text Example

White with #F260EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F260EC; }

 p { color: rgb(242,96,236); }

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

background-color css

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

 a { background-color: rgb(242,96,236); }

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

border-color css

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

 span { border-color: rgb(242,96,236); }

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