Html Css Color HEX #F691EE Pale Magenta

📋 copy color: '#F691EE'

red 246 ◦ green 145 ◦ blue 238

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

Shades of Pale Magenta #F691EE

Tints of Pale Magenta #F691EE

RGB

 RED value IS 246 (96.48% from 255) = 39.11%

 GREEN value IS 145 (57.03% from 255) = 23.05%

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

R = 39.11%
G = 23.05%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F691EE (or 0xF691EE) is known color: Pale Magenta. HEX triplet: F6, 91 and EE. RGB value is (246,145,238). Sum of RGB (Red+Green+Blue) = 246+145+238=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 145 (57.03% from 255 or 23.05% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F691EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F691EE is #096E11. Grayscale: #B9B9B9. Windows color (decimal): -618002 or 15634934. OLE color: 15634934.

HSL color Cylindrical-coordinate representation of color #F691EE: hue angle of 304.75º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F691EE is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 145 238 -
CMYK 0 0.41 0.03 0.04
HSL 304.75º 0.85% 0.77% -
HSV(B) 304.75º 0.41% 0.96% -
XYZ 63.56 46.02 86.42 -
YUV 185.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 246 145 238 0 0.41 0.03 0.04 304.75 0.85 0.77
Hex F6 91 EE 0 29 3 4 131 55 4D
Octal 366 221 356 0 51 3 4 461 125 115
Binary 11110110 10010001 11101110 0 101001 11 100 100110001 1010101 1001101

Color Harmonies of #F691EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691EE

Black with #F691EE

Text Example


Text Example

White with #F691EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691EE; }

 p { color: rgb(246,145,238); }

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

background-color css

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

 a { background-color: rgb(246,145,238); }

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

border-color css

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

 span { border-color: rgb(246,145,238); }

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