Html Css Color HEX #F37ADB Pale Magenta

📋 copy color: '#F37ADB'

red 243 ◦ green 122 ◦ blue 219

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

Shades of Pale Magenta #F37ADB

Tints of Pale Magenta #F37ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 41.61%
G = 20.89%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F37ADB (or 0xF37ADB) is known color: Pale Magenta. HEX triplet: F3, 7A and DB. RGB value is (243,122,219). Sum of RGB (Red+Green+Blue) = 243+122+219=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ADB is #0C8524. Grayscale: #A8A8A8. Windows color (decimal): -820517 or 14383859. OLE color: 14383859.

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

Color convert

RGB 243 122 219 -
CMYK 0 0.50 0.10 0.05
HSL 311.9º 0.83% 0.72% -
HSV(B) 311.9º 0.5% 0.95% -
XYZ 56.71 38.09 71.38 -
YUV 169.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 243 122 219 0 0.50 0.10 0.05 311.9 0.83 0.72
Hex F3 7A DB 0 32 A 5 138 53 48
Octal 363 172 333 0 62 12 5 470 123 110
Binary 11110011 1111010 11011011 0 110010 1010 101 100111000 1010011 1001000

Color Harmonies of #F37ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37ADB

Black with #F37ADB

Text Example


Text Example

White with #F37ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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