Html Css Color HEX #F875E3 Pale Magenta

📋 copy color: '#F875E3'

red 248 ◦ green 117 ◦ blue 227

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

Shades of Pale Magenta #F875E3

Tints of Pale Magenta #F875E3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.76%

 BLUE value IS 227 (89.06% from 255) = 38.34%

R = 41.89%
G = 19.76%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F875E3 (or 0xF875E3) is known color: Pale Magenta. HEX triplet: F8, 75 and E3. RGB value is (248,117,227). Sum of RGB (Red+Green+Blue) = 248+117+227=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F875E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875E3 is #078A1C. Grayscale: #A8A8A8. Windows color (decimal): -494109 or 14906872. OLE color: 14906872.

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

Color convert

RGB 248 117 227 -
CMYK 0 0.53 0.08 0.03
HSL 309.62º 0.9% 0.72% -
HSV(B) 309.62º 0.53% 0.97% -
XYZ 58.94 38.23 76.94 -
YUV 168.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 248 117 227 0 0.53 0.08 0.03 309.62 0.9 0.72
Hex F8 75 E3 0 35 8 3 136 5A 48
Octal 370 165 343 0 65 10 3 466 132 110
Binary 11111000 1110101 11100011 0 110101 1000 11 100110110 1011010 1001000

Color Harmonies of #F875E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875E3

Black with #F875E3

Text Example


Text Example

White with #F875E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875E3; }

 p { color: rgb(248,117,227); }

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

background-color css

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

 a { background-color: rgb(248,117,227); }

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

border-color css

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

 span { border-color: rgb(248,117,227); }

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