Html Css Color HEX #F26AED Pink Flamingo

📋 copy color: '#F26AED'

red 242 ◦ green 106 ◦ blue 237

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

Shades of Pink Flamingo #F26AED

Tints of Pink Flamingo #F26AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.12%

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

R = 41.37%
G = 18.12%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F26AED (or 0xF26AED) is known color: Pink Flamingo. HEX triplet: F2, 6A and ED. RGB value is (242,106,237). Sum of RGB (Red+Green+Blue) = 242+106+237=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26AED is #0D9512. Grayscale: #A1A1A1. Windows color (decimal): -890131 or 15559410. OLE color: 15559410.

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

Color convert

RGB 242 106 237 -
CMYK 0 0.56 0.02 0.05
HSL 302.21º 0.84% 0.68% -
HSV(B) 302.21º 0.56% 0.95% -
XYZ 57.06 35.3 83.93 -
YUV 161.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 242 106 237 0 0.56 0.02 0.05 302.21 0.84 0.68
Hex F2 6A ED 0 38 2 5 12E 54 44
Octal 362 152 355 0 70 2 5 456 124 104
Binary 11110010 1101010 11101101 0 111000 10 101 100101110 1010100 1000100

Color Harmonies of #F26AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26AED

Black with #F26AED

Text Example


Text Example

White with #F26AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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