Html Css Color HEX #F38ADD Pale Magenta

📋 copy color: '#F38ADD'

red 243 ◦ green 138 ◦ blue 221

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

Shades of Pale Magenta #F38ADD

Tints of Pale Magenta #F38ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.92%

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

R = 40.37%
G = 22.92%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F38ADD (or 0xF38ADD) is known color: Pale Magenta. HEX triplet: F3, 8A and DD. RGB value is (243,138,221). Sum of RGB (Red+Green+Blue) = 243+138+221=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ADD is #0C7522. Grayscale: #B2B2B2. Windows color (decimal): -816419 or 14519027. OLE color: 14519027.

HSL color Cylindrical-coordinate representation of color #F38ADD: hue angle of 312.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38ADD is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 138 221 -
CMYK 0 0.43 0.09 0.05
HSL 312.57º 0.81% 0.75% -
HSV(B) 312.57º 0.43% 0.95% -
XYZ 59.1 42.45 73.49 -
YUV 178.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 243 138 221 0 0.43 0.09 0.05 312.57 0.81 0.75
Hex F3 8A DD 0 2B 9 5 139 51 4B
Octal 363 212 335 0 53 11 5 471 121 113
Binary 11110011 10001010 11011101 0 101011 1001 101 100111001 1010001 1001011

Color Harmonies of #F38ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38ADD

Black with #F38ADD

Text Example


Text Example

White with #F38ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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