Html Css Color HEX #F875E4 Pale Magenta

📋 copy color: '#F875E4'

red 248 ◦ green 117 ◦ blue 228

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

Shades of Pale Magenta #F875E4

Tints of Pale Magenta #F875E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.45%

R = 41.82%
G = 19.73%
B = 38.45%

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

#F875E4 (or 0xF875E4) is known color: Pale Magenta. HEX triplet: F8, 75 and E4. RGB value is (248,117,228). Sum of RGB (Red+Green+Blue) = 248+117+228=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F875E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875E4 is #078A1B. Grayscale: #A8A8A8. Windows color (decimal): -494108 or 14972408. OLE color: 14972408.

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

Color convert

RGB 248 117 228 -
CMYK 0 0.53 0.08 0.03
HSL 309.16º 0.9% 0.72% -
HSV(B) 309.16º 0.53% 0.97% -
XYZ 59.08 38.28 77.67 -
YUV 168.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 248 117 228 0 0.53 0.08 0.03 309.16 0.9 0.72
Hex F8 75 E4 0 35 8 3 135 5A 48
Octal 370 165 344 0 65 10 3 465 132 110
Binary 11111000 1110101 11100100 0 110101 1000 11 100110101 1011010 1001000

Color Harmonies of #F875E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875E4

Black with #F875E4

Text Example


Text Example

White with #F875E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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