Html Css Color HEX #F875E6 Pale Magenta

📋 copy color: '#F875E6'

red 248 ◦ green 117 ◦ blue 230

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

Shades of Pale Magenta #F875E6

Tints of Pale Magenta #F875E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 41.68%
G = 19.66%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F875E6 (or 0xF875E6) is known color: Pale Magenta. HEX triplet: F8, 75 and E6. RGB value is (248,117,230). Sum of RGB (Red+Green+Blue) = 248+117+230=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F875E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875E6 is #078A19. Grayscale: #A8A8A8. Windows color (decimal): -494106 or 15103480. OLE color: 15103480.

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

Color convert

RGB 248 117 230 -
CMYK 0 0.53 0.07 0.03
HSL 308.24º 0.9% 0.72% -
HSV(B) 308.24º 0.53% 0.97% -
XYZ 59.36 38.39 79.14 -
YUV 169.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 248 117 230 0 0.53 0.07 0.03 308.24 0.9 0.72
Hex F8 75 E6 0 35 7 3 134 5A 48
Octal 370 165 346 0 65 7 3 464 132 110
Binary 11111000 1110101 11100110 0 110101 111 11 100110100 1011010 1001000

Color Harmonies of #F875E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875E6

Black with #F875E6

Text Example


Text Example

White with #F875E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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