Html Css Color HEX #F673E1 Pale Magenta

📋 copy color: '#F673E1'

red 246 ◦ green 115 ◦ blue 225

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

Shades of Pale Magenta #F673E1

Tints of Pale Magenta #F673E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 41.98%
G = 19.62%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F673E1 (or 0xF673E1) is known color: Pale Magenta. HEX triplet: F6, 73 and E1. RGB value is (246,115,225). Sum of RGB (Red+Green+Blue) = 246+115+225=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F673E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673E1 is #098C1E. Grayscale: #A6A6A6. Windows color (decimal): -625695 or 14775286. OLE color: 14775286.

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

Color convert

RGB 246 115 225 -
CMYK 0 0.53 0.09 0.04
HSL 309.62º 0.88% 0.71% -
HSV(B) 309.62º 0.53% 0.96% -
XYZ 57.73 37.29 75.39 -
YUV 166.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 246 115 225 0 0.53 0.09 0.04 309.62 0.88 0.71
Hex F6 73 E1 0 35 9 4 136 58 47
Octal 366 163 341 0 65 11 4 466 130 107
Binary 11110110 1110011 11100001 0 110101 1001 100 100110110 1011000 1000111

Color Harmonies of #F673E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F673E1

Black with #F673E1

Text Example


Text Example

White with #F673E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F673E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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