Html Css Color HEX #F691DD Pale Magenta

📋 copy color: '#F691DD'

red 246 ◦ green 145 ◦ blue 221

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

Shades of Pale Magenta #F691DD

Tints of Pale Magenta #F691DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 40.2%
G = 23.69%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F691DD (or 0xF691DD) is known color: Pale Magenta. HEX triplet: F6, 91 and DD. RGB value is (246,145,221). Sum of RGB (Red+Green+Blue) = 246+145+221=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F691DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691DD is #096E22. Grayscale: #B7B7B7. Windows color (decimal): -618019 or 14520822. OLE color: 14520822.

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

Color convert

RGB 246 145 221 -
CMYK 0 0.41 0.10 0.04
HSL 314.85º 0.85% 0.77% -
HSV(B) 314.85º 0.41% 0.96% -
XYZ 61.18 45.06 73.88 -
YUV 183.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 246 145 221 0 0.41 0.10 0.04 314.85 0.85 0.77
Hex F6 91 DD 0 29 A 4 13B 55 4D
Octal 366 221 335 0 51 12 4 473 125 115
Binary 11110110 10010001 11011101 0 101001 1010 100 100111011 1010101 1001101

Color Harmonies of #F691DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691DD

Black with #F691DD

Text Example


Text Example

White with #F691DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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