Html Css Color HEX #F378DA Pale Magenta

📋 copy color: '#F378DA'

red 243 ◦ green 120 ◦ blue 218

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

Shades of Pale Magenta #F378DA

Tints of Pale Magenta #F378DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.65%

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

R = 41.82%
G = 20.65%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F378DA (or 0xF378DA) is known color: Pale Magenta. HEX triplet: F3, 78 and DA. RGB value is (243,120,218). Sum of RGB (Red+Green+Blue) = 243+120+218=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F378DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378DA is #0C8725. Grayscale: #A7A7A7. Windows color (decimal): -821030 or 14317811. OLE color: 14317811.

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

Color convert

RGB 243 120 218 -
CMYK 0 0.51 0.10 0.05
HSL 312.2º 0.84% 0.71% -
HSV(B) 312.2º 0.51% 0.95% -
XYZ 56.33 37.55 70.61 -
YUV 167.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 243 120 218 0 0.51 0.10 0.05 312.2 0.84 0.71
Hex F3 78 DA 0 33 A 5 138 54 47
Octal 363 170 332 0 63 12 5 470 124 107
Binary 11110011 1111000 11011010 0 110011 1010 101 100111000 1010100 1000111

Color Harmonies of #F378DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F378DA

Black with #F378DA

Text Example


Text Example

White with #F378DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F378DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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