Html Css Color HEX #F261ED Pink Flamingo

📋 copy color: '#F261ED'

red 242 ◦ green 97 ◦ blue 237

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

Shades of Pink Flamingo #F261ED

Tints of Pink Flamingo #F261ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.84%

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

R = 42.01%
G = 16.84%
B = 41.15%

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

#F261ED (or 0xF261ED) is known color: Pink Flamingo. HEX triplet: F2, 61 and ED. RGB value is (242,97,237). Sum of RGB (Red+Green+Blue) = 242+97+237=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 97 (38.28% from 255 or 16.84% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F261ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F261ED is #0D9E12. Grayscale: #9B9B9B. Windows color (decimal): -892435 or 15557106. OLE color: 15557106.

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

Color convert

RGB 242 97 237 -
CMYK 0 0.60 0.02 0.05
HSL 302.07º 0.85% 0.66% -
HSV(B) 302.07º 0.6% 0.95% -
XYZ 56.18 33.54 83.63 -
YUV 156.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 242 97 237 0 0.60 0.02 0.05 302.07 0.85 0.66
Hex F2 61 ED 0 3C 2 5 12E 55 42
Octal 362 141 355 0 74 2 5 456 125 102
Binary 11110010 1100001 11101101 0 111100 10 101 100101110 1010101 1000010

Color Harmonies of #F261ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F261ED

Black with #F261ED

Text Example


Text Example

White with #F261ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F261ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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