Html Css Color HEX #F875EA Pale Magenta

📋 copy color: '#F875EA'

red 248 ◦ green 117 ◦ blue 234

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

Shades of Pale Magenta #F875EA

Tints of Pale Magenta #F875EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.07%

R = 41.4%
G = 19.53%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F875EA (or 0xF875EA) is known color: Pale Magenta. HEX triplet: F8, 75 and EA. RGB value is (248,117,234). Sum of RGB (Red+Green+Blue) = 248+117+234=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 117 (46.09% from 255 or 19.53% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F875EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875EA is #078A15. Grayscale: #A9A9A9. Windows color (decimal): -494102 or 15365624. OLE color: 15365624.

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

Color convert

RGB 248 117 234 -
CMYK 0 0.53 0.06 0.03
HSL 306.41º 0.9% 0.72% -
HSV(B) 306.41º 0.53% 0.97% -
XYZ 59.92 38.62 82.14 -
YUV 169.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 248 117 234 0 0.53 0.06 0.03 306.41 0.9 0.72
Hex F8 75 EA 0 35 6 3 132 5A 48
Octal 370 165 352 0 65 6 3 462 132 110
Binary 11111000 1110101 11101010 0 110101 110 11 100110010 1011010 1001000

Color Harmonies of #F875EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875EA

Black with #F875EA

Text Example


Text Example

White with #F875EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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