Html Css Color HEX #F37AD6 Pale Magenta

📋 copy color: '#F37AD6'

red 243 ◦ green 122 ◦ blue 214

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

Shades of Pale Magenta #F37AD6

Tints of Pale Magenta #F37AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.07%

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 41.97%
G = 21.07%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F37AD6 (or 0xF37AD6) is known color: Pale Magenta. HEX triplet: F3, 7A and D6. RGB value is (243,122,214). Sum of RGB (Red+Green+Blue) = 243+122+214=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD6 is #0C8529. Grayscale: #A8A8A8. Windows color (decimal): -820522 or 14056179. OLE color: 14056179.

HSL color Cylindrical-coordinate representation of color #F37AD6: hue angle of 314.38º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37AD6 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 122 214 -
CMYK 0 0.50 0.12 0.05
HSL 314.38º 0.83% 0.72% -
HSV(B) 314.38º 0.5% 0.95% -
XYZ 56.06 37.83 67.97 -
YUV 168.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 243 122 214 0 0.50 0.12 0.05 314.38 0.83 0.72
Hex F3 7A D6 0 32 C 5 13A 53 48
Octal 363 172 326 0 62 14 5 472 123 110
Binary 11110011 1111010 11010110 0 110010 1100 101 100111010 1010011 1001000

Color Harmonies of #F37AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37AD6

Black with #F37AD6

Text Example


Text Example

White with #F37AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37AD6; }

 p { color: rgb(243,122,214); }

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

background-color css

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

 a { background-color: rgb(243,122,214); }

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

border-color css

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

 span { border-color: rgb(243,122,214); }

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