Html Css Color HEX #F974EC Pale Magenta

📋 copy color: '#F974EC'

red 249 ◦ green 116 ◦ blue 236

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

Shades of Pale Magenta #F974EC

Tints of Pale Magenta #F974EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.3%

 BLUE value IS 236 (92.58% from 255) = 39.27%

R = 41.43%
G = 19.3%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F974EC (or 0xF974EC) is known color: Pale Magenta. HEX triplet: F9, 74 and EC. RGB value is (249,116,236). Sum of RGB (Red+Green+Blue) = 249+116+236=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F974EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F974EC is #068B13. Grayscale: #A9A9A9. Windows color (decimal): -428820 or 15496441. OLE color: 15496441.

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

Color convert

RGB 249 116 236 -
CMYK 0 0.53 0.05 0.02
HSL 305.86º 0.92% 0.72% -
HSV(B) 305.86º 0.53% 0.98% -
XYZ 60.45 38.69 83.64 -
YUV 169.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 249 116 236 0 0.53 0.05 0.02 305.86 0.92 0.72
Hex F9 74 EC 0 35 5 2 132 5C 48
Octal 371 164 354 0 65 5 2 462 134 110
Binary 11111001 1110100 11101100 0 110101 101 10 100110010 1011100 1001000

Color Harmonies of #F974EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974EC

Black with #F974EC

Text Example


Text Example

White with #F974EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974EC; }

 p { color: rgb(249,116,236); }

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

background-color css

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

 a { background-color: rgb(249,116,236); }

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

border-color css

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

 span { border-color: rgb(249,116,236); }

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