Html Css Color HEX #F37AD7 Pale Magenta

📋 copy color: '#F37AD7'

red 243 ◦ green 122 ◦ blue 215

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

Shades of Pale Magenta #F37AD7

Tints of Pale Magenta #F37AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.07%

R = 41.9%
G = 21.03%
B = 37.07%

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

#F37AD7 (or 0xF37AD7) is known color: Pale Magenta. HEX triplet: F3, 7A and D7. RGB value is (243,122,215). Sum of RGB (Red+Green+Blue) = 243+122+215=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD7 is #0C8528. Grayscale: #A8A8A8. Windows color (decimal): -820521 or 14121715. OLE color: 14121715.

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

Color convert

RGB 243 122 215 -
CMYK 0 0.50 0.12 0.05
HSL 313.88º 0.83% 0.72% -
HSV(B) 313.88º 0.5% 0.95% -
XYZ 56.19 37.88 68.64 -
YUV 168.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 243 122 215 0 0.50 0.12 0.05 313.88 0.83 0.72
Hex F3 7A D7 0 32 C 5 13A 53 48
Octal 363 172 327 0 62 14 5 472 123 110
Binary 11110011 1111010 11010111 0 110010 1100 101 100111010 1010011 1001000

Color Harmonies of #F37AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37AD7

Black with #F37AD7

Text Example


Text Example

White with #F37AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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