Html Css Color HEX #F975E6 Pale Magenta

📋 copy color: '#F975E6'

red 249 ◦ green 117 ◦ blue 230

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

Shades of Pale Magenta #F975E6

Tints of Pale Magenta #F975E6

RGB

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

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

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

R = 41.78%
G = 19.63%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F975E6 (or 0xF975E6) is known color: Pale Magenta. HEX triplet: F9, 75 and E6. RGB value is (249,117,230). Sum of RGB (Red+Green+Blue) = 249+117+230=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F975E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975E6 is #068A19. Grayscale: #A9A9A9. Windows color (decimal): -428570 or 15103481. OLE color: 15103481.

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

Color convert

RGB 249 117 230 -
CMYK 0 0.53 0.08 0.02
HSL 308.64º 0.92% 0.72% -
HSV(B) 308.64º 0.53% 0.98% -
XYZ 59.71 38.58 79.16 -
YUV 169.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 249 117 230 0 0.53 0.08 0.02 308.64 0.92 0.72
Hex F9 75 E6 0 35 8 2 135 5C 48
Octal 371 165 346 0 65 10 2 465 134 110
Binary 11111001 1110101 11100110 0 110101 1000 10 100110101 1011100 1001000

Color Harmonies of #F975E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975E6

Black with #F975E6

Text Example


Text Example

White with #F975E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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