Html Css Color HEX #F975E1 Pale Magenta

📋 copy color: '#F975E1'

red 249 ◦ green 117 ◦ blue 225

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

Shades of Pale Magenta #F975E1

Tints of Pale Magenta #F975E1

RGB

 RED value IS 249 (97.66% from 255) = 42.13%

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

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 42.13%
G = 19.8%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F975E1 (or 0xF975E1) is known color: Pale Magenta. HEX triplet: F9, 75 and E1. RGB value is (249,117,225). Sum of RGB (Red+Green+Blue) = 249+117+225=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F975E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975E1 is #068A1E. Grayscale: #A8A8A8. Windows color (decimal): -428575 or 14775801. OLE color: 14775801.

HSL color Cylindrical-coordinate representation of color #F975E1: hue angle of 310.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975E1 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 117 225 -
CMYK 0 0.53 0.10 0.02
HSL 310.91º 0.92% 0.72% -
HSV(B) 310.91º 0.53% 0.98% -
XYZ 59.02 38.3 75.52 -
YUV 168.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 249 117 225 0 0.53 0.10 0.02 310.91 0.92 0.72
Hex F9 75 E1 0 35 A 2 137 5C 48
Octal 371 165 341 0 65 12 2 467 134 110
Binary 11111001 1110101 11100001 0 110101 1010 10 100110111 1011100 1001000

Color Harmonies of #F975E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975E1

Black with #F975E1

Text Example


Text Example

White with #F975E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975E1; }

 p { color: rgb(249,117,225); }

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

background-color css

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

 a { background-color: rgb(249,117,225); }

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

border-color css

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

 span { border-color: rgb(249,117,225); }

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