Html Css Color HEX #F260ED Pink Flamingo

📋 copy color: '#F260ED'

red 242 ◦ green 96 ◦ blue 237

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

Shades of Pink Flamingo #F260ED

Tints of Pink Flamingo #F260ED

RGB

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

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

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

R = 42.09%
G = 16.7%
B = 41.22%

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

#F260ED (or 0xF260ED) is known color: Pink Flamingo. HEX triplet: F2, 60 and ED. RGB value is (242,96,237). Sum of RGB (Red+Green+Blue) = 242+96+237=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F260ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260ED is #0D9F12. Grayscale: #9B9B9B. Windows color (decimal): -892691 or 15556850. OLE color: 15556850.

HSL color Cylindrical-coordinate representation of color #F260ED: hue angle of 302.05º 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 #F260ED is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 237 -
CMYK 0 0.60 0.02 0.05
HSL 302.05º 0.85% 0.66% -
HSV(B) 302.05º 0.6% 0.95% -
XYZ 56.09 33.36 83.6 -
YUV 155.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 242 96 237 0 0.60 0.02 0.05 302.05 0.85 0.66
Hex F2 60 ED 0 3C 2 5 12E 55 42
Octal 362 140 355 0 74 2 5 456 125 102
Binary 11110010 1100000 11101101 0 111100 10 101 100101110 1010101 1000010

Color Harmonies of #F260ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F260ED

Black with #F260ED

Text Example


Text Example

White with #F260ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F260ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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