Html Css Color HEX #F372DA Pale Magenta

📋 copy color: '#F372DA'

red 243 ◦ green 114 ◦ blue 218

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

Shades of Pale Magenta #F372DA

Tints of Pale Magenta #F372DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.83%

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 42.26%
G = 19.83%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F372DA (or 0xF372DA) is known color: Pale Magenta. HEX triplet: F3, 72 and DA. RGB value is (243,114,218). Sum of RGB (Red+Green+Blue) = 243+114+218=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F372DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372DA is #0C8D25. Grayscale: #A4A4A4. Windows color (decimal): -822566 or 14316275. OLE color: 14316275.

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

Color convert

RGB 243 114 218 -
CMYK 0 0.53 0.10 0.05
HSL 311.63º 0.84% 0.7% -
HSV(B) 311.63º 0.53% 0.95% -
XYZ 55.63 36.15 70.38 -
YUV 164.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 243 114 218 0 0.53 0.10 0.05 311.63 0.84 0.7
Hex F3 72 DA 0 35 A 5 138 54 46
Octal 363 162 332 0 65 12 5 470 124 106
Binary 11110011 1110010 11011010 0 110101 1010 101 100111000 1010100 1000110

Color Harmonies of #F372DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F372DA

Black with #F372DA

Text Example


Text Example

White with #F372DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F372DA; }

 p { color: rgb(243,114,218); }

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

background-color css

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

 a { background-color: rgb(243,114,218); }

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

border-color css

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

 span { border-color: rgb(243,114,218); }

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