Html Css Color HEX #F690EB Pale Magenta

📋 copy color: '#F690EB'

red 246 ◦ green 144 ◦ blue 235

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

Shades of Pale Magenta #F690EB

Tints of Pale Magenta #F690EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.04%

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 39.36%
G = 23.04%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F690EB (or 0xF690EB) is known color: Pale Magenta. HEX triplet: F6, 90 and EB. RGB value is (246,144,235). Sum of RGB (Red+Green+Blue) = 246+144+235=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F690EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F690EB is #096F14. Grayscale: #B8B8B8. Windows color (decimal): -618261 or 15438070. OLE color: 15438070.

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

Color convert

RGB 246 144 235 -
CMYK 0 0.41 0.04 0.04
HSL 306.47º 0.85% 0.76% -
HSV(B) 306.47º 0.41% 0.96% -
XYZ 62.97 45.54 84.07 -
YUV 184.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 246 144 235 0 0.41 0.04 0.04 306.47 0.85 0.76
Hex F6 90 EB 0 29 4 4 132 55 4C
Octal 366 220 353 0 51 4 4 462 125 114
Binary 11110110 10010000 11101011 0 101001 100 100 100110010 1010101 1001100

Color Harmonies of #F690EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690EB

Black with #F690EB

Text Example


Text Example

White with #F690EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690EB; }

 p { color: rgb(246,144,235); }

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

background-color css

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

 a { background-color: rgb(246,144,235); }

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

border-color css

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

 span { border-color: rgb(246,144,235); }

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