Html Css Color HEX #F162EE Pink Flamingo

📋 copy color: '#F162EE'

red 241 ◦ green 98 ◦ blue 238

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

Shades of Pink Flamingo #F162EE

Tints of Pink Flamingo #F162EE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.98%

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 41.77%
G = 16.98%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F162EE (or 0xF162EE) is known color: Pink Flamingo. HEX triplet: F1, 62 and EE. RGB value is (241,98,238). Sum of RGB (Red+Green+Blue) = 241+98+238=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 98 (38.67% from 255 or 16.98% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F162EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162EE is #0E9D11. Grayscale: #9C9C9C. Windows color (decimal): -957714 or 15622897. OLE color: 15622897.

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

Color convert

RGB 241 98 238 -
CMYK 0 0.59 0.01 0.05
HSL 301.26º 0.84% 0.66% -
HSV(B) 301.26º 0.59% 0.95% -
XYZ 56.08 33.61 84.42 -
YUV 156.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 241 98 238 0 0.59 0.01 0.05 301.26 0.84 0.66
Hex F1 62 EE 0 3B 1 5 12D 54 42
Octal 361 142 356 0 73 1 5 455 124 102
Binary 11110001 1100010 11101110 0 111011 1 101 100101101 1010100 1000010

Color Harmonies of #F162EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F162EE

Black with #F162EE

Text Example


Text Example

White with #F162EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F162EE; }

 p { color: rgb(241,98,238); }

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

background-color css

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

 a { background-color: rgb(241,98,238); }

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

border-color css

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

 span { border-color: rgb(241,98,238); }

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