Html Css Color HEX #F691DF Pale Magenta

📋 copy color: '#F691DF'

red 246 ◦ green 145 ◦ blue 223

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

Shades of Pale Magenta #F691DF

Tints of Pale Magenta #F691DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 40.07%
G = 23.62%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F691DF (or 0xF691DF) is known color: Pale Magenta. HEX triplet: F6, 91 and DF. RGB value is (246,145,223). Sum of RGB (Red+Green+Blue) = 246+145+223=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F691DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691DF is #096E20. Grayscale: #B7B7B7. Windows color (decimal): -618017 or 14651894. OLE color: 14651894.

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

Color convert

RGB 246 145 223 -
CMYK 0 0.41 0.09 0.04
HSL 313.66º 0.85% 0.77% -
HSV(B) 313.66º 0.41% 0.96% -
XYZ 61.45 45.17 75.29 -
YUV 184.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 246 145 223 0 0.41 0.09 0.04 313.66 0.85 0.77
Hex F6 91 DF 0 29 9 4 13A 55 4D
Octal 366 221 337 0 51 11 4 472 125 115
Binary 11110110 10010001 11011111 0 101001 1001 100 100111010 1010101 1001101

Color Harmonies of #F691DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691DF

Black with #F691DF

Text Example


Text Example

White with #F691DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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