Html Css Color HEX #F380DC Pale Magenta

📋 copy color: '#F380DC'

red 243 ◦ green 128 ◦ blue 220

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

Shades of Pale Magenta #F380DC

Tints of Pale Magenta #F380DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 41.12%
G = 21.66%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F380DC (or 0xF380DC) is known color: Pale Magenta. HEX triplet: F3, 80 and DC. RGB value is (243,128,220). Sum of RGB (Red+Green+Blue) = 243+128+220=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F380DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380DC is #0C7F23. Grayscale: #ACACAC. Windows color (decimal): -818980 or 14450931. OLE color: 14450931.

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

Color convert

RGB 243 128 220 -
CMYK 0 0.47 0.09 0.05
HSL 312º 0.83% 0.73% -
HSV(B) 312º 0.47% 0.95% -
XYZ 57.6 39.66 72.33 -
YUV 172.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 243 128 220 0 0.47 0.09 0.05 312 0.83 0.73
Hex F3 80 DC 0 2F 9 5 138 53 49
Octal 363 200 334 0 57 11 5 470 123 111
Binary 11110011 10000000 11011100 0 101111 1001 101 100111000 1010011 1001001

Color Harmonies of #F380DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380DC

Black with #F380DC

Text Example


Text Example

White with #F380DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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