Html Css Color HEX #F38BDE Pale Magenta

📋 copy color: '#F38BDE'

red 243 ◦ green 139 ◦ blue 222

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

Shades of Pale Magenta #F38BDE

Tints of Pale Magenta #F38BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.01%

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 40.23%
G = 23.01%
B = 36.75%

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

#F38BDE (or 0xF38BDE) is known color: Pale Magenta. HEX triplet: F3, 8B and DE. RGB value is (243,139,222). Sum of RGB (Red+Green+Blue) = 243+139+222=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BDE is #0C7421. Grayscale: #B3B3B3. Windows color (decimal): -816162 or 14584819. OLE color: 14584819.

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

Color convert

RGB 243 139 222 -
CMYK 0 0.43 0.09 0.05
HSL 312.12º 0.81% 0.75% -
HSV(B) 312.12º 0.43% 0.95% -
XYZ 59.38 42.79 74.24 -
YUV 179.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 243 139 222 0 0.43 0.09 0.05 312.12 0.81 0.75
Hex F3 8B DE 0 2B 9 5 138 51 4B
Octal 363 213 336 0 53 11 5 470 121 113
Binary 11110011 10001011 11011110 0 101011 1001 101 100111000 1010001 1001011

Color Harmonies of #F38BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38BDE

Black with #F38BDE

Text Example


Text Example

White with #F38BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38BDE; }

 p { color: rgb(243,139,222); }

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

background-color css

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

 a { background-color: rgb(243,139,222); }

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

border-color css

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

 span { border-color: rgb(243,139,222); }

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