Html Css Color HEX #F371DF Pale Magenta

📋 copy color: '#F371DF'

red 243 ◦ green 113 ◦ blue 223

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

Shades of Pale Magenta #F371DF

Tints of Pale Magenta #F371DF

RGB

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

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

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

R = 41.97%
G = 19.52%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F371DF (or 0xF371DF) is known color: Pale Magenta. HEX triplet: F3, 71 and DF. RGB value is (243,113,223). Sum of RGB (Red+Green+Blue) = 243+113+223=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F371DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371DF is #0C8E20. Grayscale: #A4A4A4. Windows color (decimal): -822817 or 14643699. OLE color: 14643699.

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

Color convert

RGB 243 113 223 -
CMYK 0 0.53 0.08 0.05
HSL 309.23º 0.84% 0.7% -
HSV(B) 309.23º 0.53% 0.95% -
XYZ 56.19 36.19 73.84 -
YUV 164.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 243 113 223 0 0.53 0.08 0.05 309.23 0.84 0.7
Hex F3 71 DF 0 35 8 5 135 54 46
Octal 363 161 337 0 65 10 5 465 124 106
Binary 11110011 1110001 11011111 0 110101 1000 101 100110101 1010100 1000110

Color Harmonies of #F371DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371DF

Black with #F371DF

Text Example


Text Example

White with #F371DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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