Html Css Color HEX #F38FDB Pale Magenta

📋 copy color: '#F38FDB'

red 243 ◦ green 143 ◦ blue 219

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

Shades of Pale Magenta #F38FDB

Tints of Pale Magenta #F38FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.64%

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

R = 40.17%
G = 23.64%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F38FDB (or 0xF38FDB) is known color: Pale Magenta. HEX triplet: F3, 8F and DB. RGB value is (243,143,219). Sum of RGB (Red+Green+Blue) = 243+143+219=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FDB is #0C7024. Grayscale: #B5B5B5. Windows color (decimal): -815141 or 14389235. OLE color: 14389235.

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

Color convert

RGB 243 143 219 -
CMYK 0 0.41 0.10 0.05
HSL 314.4º 0.81% 0.76% -
HSV(B) 314.4º 0.41% 0.95% -
XYZ 59.57 43.81 72.34 -
YUV 181.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 243 143 219 0 0.41 0.10 0.05 314.4 0.81 0.76
Hex F3 8F DB 0 29 A 5 13A 51 4C
Octal 363 217 333 0 51 12 5 472 121 114
Binary 11110011 10001111 11011011 0 101001 1010 101 100111010 1010001 1001100

Color Harmonies of #F38FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FDB

Black with #F38FDB

Text Example


Text Example

White with #F38FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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