Html Css Color HEX #F16AED Pink Flamingo

📋 copy color: '#F16AED'

red 241 ◦ green 106 ◦ blue 237

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

Shades of Pink Flamingo #F16AED

Tints of Pink Flamingo #F16AED

RGB

 RED value IS 241 (94.53% from 255) = 41.27%

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

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

R = 41.27%
G = 18.15%
B = 40.58%

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

#F16AED (or 0xF16AED) is known color: Pink Flamingo. HEX triplet: F1, 6A and ED. RGB value is (241,106,237). Sum of RGB (Red+Green+Blue) = 241+106+237=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 106 (41.80% from 255 or 18.15% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AED is #0E9512. Grayscale: #A0A0A0. Windows color (decimal): -955667 or 15559409. OLE color: 15559409.

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

Color convert

RGB 241 106 237 -
CMYK 0 0.56 0.02 0.05
HSL 301.78º 0.83% 0.68% -
HSV(B) 301.78º 0.56% 0.95% -
XYZ 56.72 35.12 83.91 -
YUV 161.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 241 106 237 0 0.56 0.02 0.05 301.78 0.83 0.68
Hex F1 6A ED 0 38 2 5 12E 53 44
Octal 361 152 355 0 70 2 5 456 123 104
Binary 11110001 1101010 11101101 0 111000 10 101 100101110 1010011 1000100

Color Harmonies of #F16AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AED

Black with #F16AED

Text Example


Text Example

White with #F16AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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