Html Css Color HEX #F873E7 Pale Magenta

📋 copy color: '#F873E7'

red 248 ◦ green 115 ◦ blue 231

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

Shades of Pale Magenta #F873E7

Tints of Pale Magenta #F873E7

RGB

 RED value IS 248 (97.27% from 255) = 41.75%

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

 BLUE value IS 231 (90.63% from 255) = 38.89%

R = 41.75%
G = 19.36%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F873E7 (or 0xF873E7) is known color: Pale Magenta. HEX triplet: F8, 73 and E7. RGB value is (248,115,231). Sum of RGB (Red+Green+Blue) = 248+115+231=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 115 (45.31% from 255 or 19.36% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F873E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F873E7 is #078C18. Grayscale: #A7A7A7. Windows color (decimal): -494617 or 15168504. OLE color: 15168504.

HSL color Cylindrical-coordinate representation of color #F873E7: hue angle of 307.67º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873E7 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 115 231 -
CMYK 0 0.54 0.07 0.03
HSL 307.67º 0.9% 0.71% -
HSV(B) 307.67º 0.54% 0.97% -
XYZ 59.27 37.99 79.81 -
YUV 167.99 163.56 185.07 -
System Red Green Blue C M Y K H S L
Decimal 248 115 231 0 0.54 0.07 0.03 307.67 0.9 0.71
Hex F8 73 E7 0 36 7 3 134 5A 47
Octal 370 163 347 0 66 7 3 464 132 107
Binary 11111000 1110011 11100111 0 110110 111 11 100110100 1011010 1000111

Color Harmonies of #F873E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F873E7

Black with #F873E7

Text Example


Text Example

White with #F873E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F873E7; }

 p { color: rgb(248,115,231); }

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

background-color css

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

 a { background-color: rgb(248,115,231); }

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

border-color css

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

 span { border-color: rgb(248,115,231); }

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