Html Css Color HEX #F975EA Pale Magenta

📋 copy color: '#F975EA'

red 249 ◦ green 117 ◦ blue 234

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

Shades of Pale Magenta #F975EA

Tints of Pale Magenta #F975EA

RGB

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

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

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

R = 41.5%
G = 19.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F975EA (or 0xF975EA) is known color: Pale Magenta. HEX triplet: F9, 75 and EA. RGB value is (249,117,234). Sum of RGB (Red+Green+Blue) = 249+117+234=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F975EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975EA is #068A15. Grayscale: #A9A9A9. Windows color (decimal): -428566 or 15365625. OLE color: 15365625.

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

Color convert

RGB 249 117 234 -
CMYK 0 0.53 0.06 0.02
HSL 306.82º 0.92% 0.72% -
HSV(B) 306.82º 0.53% 0.98% -
XYZ 60.28 38.8 82.15 -
YUV 169.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 249 117 234 0 0.53 0.06 0.02 306.82 0.92 0.72
Hex F9 75 EA 0 35 6 2 133 5C 48
Octal 371 165 352 0 65 6 2 463 134 110
Binary 11111001 1110101 11101010 0 110101 110 10 100110011 1011100 1001000

Color Harmonies of #F975EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975EA

Black with #F975EA

Text Example


Text Example

White with #F975EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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