Html Css Color HEX #F377DF Pale Magenta

📋 copy color: '#F377DF'

red 243 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #F377DF

Tints of Pale Magenta #F377DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 41.54%
G = 20.34%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F377DF (or 0xF377DF) is known color: Pale Magenta. HEX triplet: F3, 77 and DF. RGB value is (243,119,223). Sum of RGB (Red+Green+Blue) = 243+119+223=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F377DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377DF is #0C8820. Grayscale: #A7A7A7. Windows color (decimal): -821281 or 14645235. OLE color: 14645235.

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

Color convert

RGB 243 119 223 -
CMYK 0 0.51 0.08 0.05
HSL 309.68º 0.84% 0.71% -
HSV(B) 309.68º 0.51% 0.95% -
XYZ 56.88 37.58 74.07 -
YUV 167.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 243 119 223 0 0.51 0.08 0.05 309.68 0.84 0.71
Hex F3 77 DF 0 33 8 5 136 54 47
Octal 363 167 337 0 63 10 5 466 124 107
Binary 11110011 1110111 11011111 0 110011 1000 101 100110110 1010100 1000111

Color Harmonies of #F377DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F377DF

Black with #F377DF

Text Example


Text Example

White with #F377DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F377DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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