Html Css Color HEX #F375DC Pale Magenta

📋 copy color: '#F375DC'

red 243 ◦ green 117 ◦ blue 220

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

Shades of Pale Magenta #F375DC

Tints of Pale Magenta #F375DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.17%

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

R = 41.9%
G = 20.17%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F375DC (or 0xF375DC) is known color: Pale Magenta. HEX triplet: F3, 75 and DC. RGB value is (243,117,220). Sum of RGB (Red+Green+Blue) = 243+117+220=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F375DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375DC is #0C8A23. Grayscale: #A6A6A6. Windows color (decimal): -821796 or 14448115. OLE color: 14448115.

HSL color Cylindrical-coordinate representation of color #F375DC: hue angle of 310.95º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375DC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 117 220 -
CMYK 0 0.52 0.09 0.05
HSL 310.95º 0.84% 0.71% -
HSV(B) 310.95º 0.52% 0.95% -
XYZ 56.24 36.94 71.88 -
YUV 166.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 243 117 220 0 0.52 0.09 0.05 310.95 0.84 0.71
Hex F3 75 DC 0 34 9 5 137 54 47
Octal 363 165 334 0 64 11 5 467 124 107
Binary 11110011 1110101 11011100 0 110100 1001 101 100110111 1010100 1000111

Color Harmonies of #F375DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375DC

Black with #F375DC

Text Example


Text Example

White with #F375DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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