Html Css Color HEX #F266ED Pink Flamingo

📋 copy color: '#F266ED'

red 242 ◦ green 102 ◦ blue 237

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

Shades of Pink Flamingo #F266ED

Tints of Pink Flamingo #F266ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.56%

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

R = 41.65%
G = 17.56%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F266ED (or 0xF266ED) is known color: Pink Flamingo. HEX triplet: F2, 66 and ED. RGB value is (242,102,237). Sum of RGB (Red+Green+Blue) = 242+102+237=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 102 (40.23% from 255 or 17.56% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F266ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266ED is #0D9912. Grayscale: #9E9E9E. Windows color (decimal): -891155 or 15558386. OLE color: 15558386.

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

Color convert

RGB 242 102 237 -
CMYK 0 0.58 0.02 0.05
HSL 302.14º 0.84% 0.67% -
HSV(B) 302.14º 0.58% 0.95% -
XYZ 56.66 34.49 83.79 -
YUV 159.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 242 102 237 0 0.58 0.02 0.05 302.14 0.84 0.67
Hex F2 66 ED 0 3A 2 5 12E 54 43
Octal 362 146 355 0 72 2 5 456 124 103
Binary 11110010 1100110 11101101 0 111010 10 101 100101110 1010100 1000011

Color Harmonies of #F266ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F266ED

Black with #F266ED

Text Example


Text Example

White with #F266ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F266ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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