Html Css Color HEX #F380DA Pale Magenta

📋 copy color: '#F380DA'

red 243 ◦ green 128 ◦ blue 218

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

Shades of Pale Magenta #F380DA

Tints of Pale Magenta #F380DA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.73%

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

R = 41.26%
G = 21.73%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F380DA (or 0xF380DA) is known color: Pale Magenta. HEX triplet: F3, 80 and DA. RGB value is (243,128,218). Sum of RGB (Red+Green+Blue) = 243+128+218=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F380DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380DA is #0C7F25. Grayscale: #ACACAC. Windows color (decimal): -818982 or 14319859. OLE color: 14319859.

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

Color convert

RGB 243 128 218 -
CMYK 0 0.47 0.10 0.05
HSL 313.04º 0.83% 0.73% -
HSV(B) 313.04º 0.47% 0.95% -
XYZ 57.34 39.55 70.94 -
YUV 172.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 243 128 218 0 0.47 0.10 0.05 313.04 0.83 0.73
Hex F3 80 DA 0 2F A 5 139 53 49
Octal 363 200 332 0 57 12 5 471 123 111
Binary 11110011 10000000 11011010 0 101111 1010 101 100111001 1010011 1001001

Color Harmonies of #F380DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380DA

Black with #F380DA

Text Example


Text Example

White with #F380DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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