Html Css Color HEX #F37ADD Pale Magenta

📋 copy color: '#F37ADD'

red 243 ◦ green 122 ◦ blue 221

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

Shades of Pale Magenta #F37ADD

Tints of Pale Magenta #F37ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 41.47%
G = 20.82%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F37ADD (or 0xF37ADD) is known color: Pale Magenta. HEX triplet: F3, 7A and DD. RGB value is (243,122,221). Sum of RGB (Red+Green+Blue) = 243+122+221=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ADD is #0C8522. Grayscale: #A9A9A9. Windows color (decimal): -820515 or 14514931. OLE color: 14514931.

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

Color convert

RGB 243 122 221 -
CMYK 0 0.50 0.09 0.05
HSL 310.91º 0.83% 0.72% -
HSV(B) 310.91º 0.5% 0.95% -
XYZ 56.97 38.19 72.78 -
YUV 169.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 243 122 221 0 0.50 0.09 0.05 310.91 0.83 0.72
Hex F3 7A DD 0 32 9 5 137 53 48
Octal 363 172 335 0 62 11 5 467 123 110
Binary 11110011 1111010 11011101 0 110010 1001 101 100110111 1010011 1001000

Color Harmonies of #F37ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37ADD

Black with #F37ADD

Text Example


Text Example

White with #F37ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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