Html Css Color HEX #F165ED Pink Flamingo

📋 copy color: '#F165ED'

red 241 ◦ green 101 ◦ blue 237

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

Shades of Pink Flamingo #F165ED

Tints of Pink Flamingo #F165ED

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.44%

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

R = 41.62%
G = 17.44%
B = 40.93%

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

#F165ED (or 0xF165ED) is known color: Pink Flamingo. HEX triplet: F1, 65 and ED. RGB value is (241,101,237). Sum of RGB (Red+Green+Blue) = 241+101+237=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F165ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165ED is #0E9A12. Grayscale: #9D9D9D. Windows color (decimal): -956947 or 15558129. OLE color: 15558129.

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

Color convert

RGB 241 101 237 -
CMYK 0 0.58 0.02 0.05
HSL 301.71º 0.83% 0.67% -
HSV(B) 301.71º 0.58% 0.95% -
XYZ 56.22 34.12 83.74 -
YUV 158.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 241 101 237 0 0.58 0.02 0.05 301.71 0.83 0.67
Hex F1 65 ED 0 3A 2 5 12E 53 43
Octal 361 145 355 0 72 2 5 456 123 103
Binary 11110001 1100101 11101101 0 111010 10 101 100101110 1010011 1000011

Color Harmonies of #F165ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165ED

Black with #F165ED

Text Example


Text Example

White with #F165ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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