Html Css Color HEX #F975DF Pale Magenta

📋 copy color: '#F975DF'

red 249 ◦ green 117 ◦ blue 223

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

Shades of Pale Magenta #F975DF

Tints of Pale Magenta #F975DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 42.28%
G = 19.86%
B = 37.86%

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

#F975DF (or 0xF975DF) is known color: Pale Magenta. HEX triplet: F9, 75 and DF. RGB value is (249,117,223). Sum of RGB (Red+Green+Blue) = 249+117+223=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F975DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975DF is #068A20. Grayscale: #A8A8A8. Windows color (decimal): -428577 or 14644729. OLE color: 14644729.

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

Color convert

RGB 249 117 223 -
CMYK 0 0.53 0.10 0.02
HSL 311.82º 0.92% 0.72% -
HSV(B) 311.82º 0.53% 0.98% -
XYZ 58.75 38.19 74.09 -
YUV 168.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 249 117 223 0 0.53 0.10 0.02 311.82 0.92 0.72
Hex F9 75 DF 0 35 A 2 138 5C 48
Octal 371 165 337 0 65 12 2 470 134 110
Binary 11111001 1110101 11011111 0 110101 1010 10 100111000 1011100 1001000

Color Harmonies of #F975DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975DF

Black with #F975DF

Text Example


Text Example

White with #F975DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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