Html Css Color HEX #F690E2 Pale Magenta

📋 copy color: '#F690E2'

red 246 ◦ green 144 ◦ blue 226

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

Shades of Pale Magenta #F690E2

Tints of Pale Magenta #F690E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.69%

R = 39.94%
G = 23.38%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F690E2 (or 0xF690E2) is known color: Pale Magenta. HEX triplet: F6, 90 and E2. RGB value is (246,144,226). Sum of RGB (Red+Green+Blue) = 246+144+226=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F690E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690E2 is #096F1D. Grayscale: #B7B7B7. Windows color (decimal): -618270 or 14848246. OLE color: 14848246.

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

Color convert

RGB 246 144 226 -
CMYK 0 0.41 0.08 0.04
HSL 311.76º 0.85% 0.76% -
HSV(B) 311.76º 0.41% 0.96% -
XYZ 61.71 45.03 77.39 -
YUV 183.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 246 144 226 0 0.41 0.08 0.04 311.76 0.85 0.76
Hex F6 90 E2 0 29 8 4 138 55 4C
Octal 366 220 342 0 51 10 4 470 125 114
Binary 11110110 10010000 11100010 0 101001 1000 100 100111000 1010101 1001100

Color Harmonies of #F690E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690E2

Black with #F690E2

Text Example


Text Example

White with #F690E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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