Html Css Color HEX #F390DA Pale Magenta

📋 copy color: '#F390DA'

red 243 ◦ green 144 ◦ blue 218

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

Shades of Pale Magenta #F390DA

Tints of Pale Magenta #F390DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.8%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 40.17%
G = 23.8%
B = 36.03%

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

#F390DA (or 0xF390DA) is known color: Pale Magenta. HEX triplet: F3, 90 and DA. RGB value is (243,144,218). Sum of RGB (Red+Green+Blue) = 243+144+218=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F390DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390DA is #0C6F25. Grayscale: #B5B5B5. Windows color (decimal): -814886 or 14323955. OLE color: 14323955.

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

Color convert

RGB 243 144 218 -
CMYK 0 0.41 0.10 0.05
HSL 315.15º 0.8% 0.76% -
HSV(B) 315.15º 0.41% 0.95% -
XYZ 59.59 44.06 71.69 -
YUV 182.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 243 144 218 0 0.41 0.10 0.05 315.15 0.8 0.76
Hex F3 90 DA 0 29 A 5 13B 50 4C
Octal 363 220 332 0 51 12 5 473 120 114
Binary 11110011 10010000 11011010 0 101001 1010 101 100111011 1010000 1001100

Color Harmonies of #F390DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F390DA

Black with #F390DA

Text Example


Text Example

White with #F390DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F390DA; }

 p { color: rgb(243,144,218); }

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

background-color css

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

 a { background-color: rgb(243,144,218); }

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

border-color css

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

 span { border-color: rgb(243,144,218); }

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