Html Css Color HEX #F691E5 Pale Magenta

📋 copy color: '#F691E5'

red 246 ◦ green 145 ◦ blue 229

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

Shades of Pale Magenta #F691E5

Tints of Pale Magenta #F691E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.94%

R = 39.68%
G = 23.39%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F691E5 (or 0xF691E5) is known color: Pale Magenta. HEX triplet: F6, 91 and E5. RGB value is (246,145,229). Sum of RGB (Red+Green+Blue) = 246+145+229=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F691E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691E5 is #096E1A. Grayscale: #B8B8B8. Windows color (decimal): -618011 or 15045110. OLE color: 15045110.

HSL color Cylindrical-coordinate representation of color #F691E5: hue angle of 310.1º 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 #F691E5 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 145 229 -
CMYK 0 0.41 0.07 0.04
HSL 310.1º 0.85% 0.77% -
HSV(B) 310.1º 0.41% 0.96% -
XYZ 62.27 45.5 79.63 -
YUV 184.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 246 145 229 0 0.41 0.07 0.04 310.1 0.85 0.77
Hex F6 91 E5 0 29 7 4 136 55 4D
Octal 366 221 345 0 51 7 4 466 125 115
Binary 11110110 10010001 11100101 0 101001 111 100 100110110 1010101 1001101

Color Harmonies of #F691E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691E5

Black with #F691E5

Text Example


Text Example

White with #F691E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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