Html Css Color HEX #F376E6 Pale Magenta

📋 copy color: '#F376E6'

red 243 ◦ green 118 ◦ blue 230

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

Shades of Pale Magenta #F376E6

Tints of Pale Magenta #F376E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.92%

R = 41.12%
G = 19.97%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F376E6 (or 0xF376E6) is known color: Pale Magenta. HEX triplet: F3, 76 and E6. RGB value is (243,118,230). Sum of RGB (Red+Green+Blue) = 243+118+230=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F376E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F376E6 is #0C8919. Grayscale: #A7A7A7. Windows color (decimal): -821530 or 15103731. OLE color: 15103731.

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

Color convert

RGB 243 118 230 -
CMYK 0 0.51 0.05 0.05
HSL 306.24º 0.84% 0.71% -
HSV(B) 306.24º 0.51% 0.95% -
XYZ 57.72 37.72 79.1 -
YUV 168.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 243 118 230 0 0.51 0.05 0.05 306.24 0.84 0.71
Hex F3 76 E6 0 33 5 5 132 54 47
Octal 363 166 346 0 63 5 5 462 124 107
Binary 11110011 1110110 11100110 0 110011 101 101 100110010 1010100 1000111

Color Harmonies of #F376E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376E6

Black with #F376E6

Text Example


Text Example

White with #F376E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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