Html Css Color HEX #F371DC Pale Magenta

📋 copy color: '#F371DC'

red 243 ◦ green 113 ◦ blue 220

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

Shades of Pale Magenta #F371DC

Tints of Pale Magenta #F371DC

RGB

 RED value IS 243 (95.31% from 255) = 42.19%

 GREEN value IS 113 (44.53% from 255) = 19.62%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 42.19%
G = 19.62%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F371DC (or 0xF371DC) is known color: Pale Magenta. HEX triplet: F3, 71 and DC. RGB value is (243,113,220). Sum of RGB (Red+Green+Blue) = 243+113+220=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F371DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371DC is #0C8E23. Grayscale: #A3A3A3. Windows color (decimal): -822820 or 14447091. OLE color: 14447091.

HSL color Cylindrical-coordinate representation of color #F371DC: hue angle of 310.62º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F371DC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 113 220 -
CMYK 0 0.53 0.09 0.05
HSL 310.62º 0.84% 0.7% -
HSV(B) 310.62º 0.53% 0.95% -
XYZ 55.79 36.03 71.72 -
YUV 164.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 243 113 220 0 0.53 0.09 0.05 310.62 0.84 0.7
Hex F3 71 DC 0 35 9 5 137 54 46
Octal 363 161 334 0 65 11 5 467 124 106
Binary 11110011 1110001 11011100 0 110101 1001 101 100110111 1010100 1000110

Color Harmonies of #F371DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371DC

Black with #F371DC

Text Example


Text Example

White with #F371DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371DC; }

 p { color: rgb(243,113,220); }

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

background-color css

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

 a { background-color: rgb(243,113,220); }

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

border-color css

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

 span { border-color: rgb(243,113,220); }

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