Html Css Color HEX #F376DD Pale Magenta

📋 copy color: '#F376DD'

red 243 ◦ green 118 ◦ blue 221

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

Shades of Pale Magenta #F376DD

Tints of Pale Magenta #F376DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.27%

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 41.75%
G = 20.27%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F376DD (or 0xF376DD) is known color: Pale Magenta. HEX triplet: F3, 76 and DD. RGB value is (243,118,221). Sum of RGB (Red+Green+Blue) = 243+118+221=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F376DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376DD is #0C8922. Grayscale: #A6A6A6. Windows color (decimal): -821539 or 14513907. OLE color: 14513907.

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

Color convert

RGB 243 118 221 -
CMYK 0 0.51 0.09 0.05
HSL 310.56º 0.84% 0.71% -
HSV(B) 310.56º 0.51% 0.95% -
XYZ 56.49 37.23 72.62 -
YUV 167.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 243 118 221 0 0.51 0.09 0.05 310.56 0.84 0.71
Hex F3 76 DD 0 33 9 5 137 54 47
Octal 363 166 335 0 63 11 5 467 124 107
Binary 11110011 1110110 11011101 0 110011 1001 101 100110111 1010100 1000111

Color Harmonies of #F376DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376DD

Black with #F376DD

Text Example


Text Example

White with #F376DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376DD; }

 p { color: rgb(243,118,221); }

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

background-color css

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

 a { background-color: rgb(243,118,221); }

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

border-color css

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

 span { border-color: rgb(243,118,221); }

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