Html Css Color HEX #F377DA Pale Magenta

📋 copy color: '#F377DA'

red 243 ◦ green 119 ◦ blue 218

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

Shades of Pale Magenta #F377DA

Tints of Pale Magenta #F377DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.52%

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

R = 41.9%
G = 20.52%
B = 37.59%

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

#F377DA (or 0xF377DA) is known color: Pale Magenta. HEX triplet: F3, 77 and DA. RGB value is (243,119,218). Sum of RGB (Red+Green+Blue) = 243+119+218=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F377DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377DA is #0C8825. Grayscale: #A7A7A7. Windows color (decimal): -821286 or 14317555. OLE color: 14317555.

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

Color convert

RGB 243 119 218 -
CMYK 0 0.51 0.10 0.05
HSL 312.1º 0.84% 0.71% -
HSV(B) 312.1º 0.51% 0.95% -
XYZ 56.21 37.31 70.57 -
YUV 167.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 243 119 218 0 0.51 0.10 0.05 312.1 0.84 0.71
Hex F3 77 DA 0 33 A 5 138 54 47
Octal 363 167 332 0 63 12 5 470 124 107
Binary 11110011 1110111 11011010 0 110011 1010 101 100111000 1010100 1000111

Color Harmonies of #F377DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F377DA

Black with #F377DA

Text Example


Text Example

White with #F377DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F377DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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