Html Css Color HEX #F374DC Pale Magenta

📋 copy color: '#F374DC'

red 243 ◦ green 116 ◦ blue 220

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

Shades of Pale Magenta #F374DC

Tints of Pale Magenta #F374DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.03%

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

R = 41.97%
G = 20.03%
B = 38%

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

#F374DC (or 0xF374DC) is known color: Pale Magenta. HEX triplet: F3, 74 and DC. RGB value is (243,116,220). Sum of RGB (Red+Green+Blue) = 243+116+220=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F374DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374DC is #0C8B23. Grayscale: #A5A5A5. Windows color (decimal): -822052 or 14447859. OLE color: 14447859.

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

Color convert

RGB 243 116 220 -
CMYK 0 0.52 0.09 0.05
HSL 310.87º 0.84% 0.7% -
HSV(B) 310.87º 0.52% 0.95% -
XYZ 56.13 36.71 71.84 -
YUV 165.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 243 116 220 0 0.52 0.09 0.05 310.87 0.84 0.7
Hex F3 74 DC 0 34 9 5 137 54 46
Octal 363 164 334 0 64 11 5 467 124 106
Binary 11110011 1110100 11011100 0 110100 1001 101 100110111 1010100 1000110

Color Harmonies of #F374DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F374DC

Black with #F374DC

Text Example


Text Example

White with #F374DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F374DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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