Html Css Color HEX #F673DD Pale Magenta

📋 copy color: '#F673DD'

red 246 ◦ green 115 ◦ blue 221

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

Shades of Pale Magenta #F673DD

Tints of Pale Magenta #F673DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.76%

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

R = 42.27%
G = 19.76%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F673DD (or 0xF673DD) is known color: Pale Magenta. HEX triplet: F6, 73 and DD. RGB value is (246,115,221). Sum of RGB (Red+Green+Blue) = 246+115+221=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F673DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673DD is #098C22. Grayscale: #A5A5A5. Windows color (decimal): -625699 or 14513142. OLE color: 14513142.

HSL color Cylindrical-coordinate representation of color #F673DD: hue angle of 311.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F673DD is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 115 221 -
CMYK 0 0.53 0.10 0.04
HSL 311.45º 0.88% 0.71% -
HSV(B) 311.45º 0.53% 0.96% -
XYZ 57.19 37.07 72.55 -
YUV 166.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 246 115 221 0 0.53 0.10 0.04 311.45 0.88 0.71
Hex F6 73 DD 0 35 A 4 137 58 47
Octal 366 163 335 0 65 12 4 467 130 107
Binary 11110110 1110011 11011101 0 110101 1010 100 100110111 1011000 1000111

Color Harmonies of #F673DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F673DD

Black with #F673DD

Text Example


Text Example

White with #F673DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F673DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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