Html Css Color HEX #F377E7 Pale Magenta

📋 copy color: '#F377E7'

red 243 ◦ green 119 ◦ blue 231

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

Shades of Pale Magenta #F377E7

Tints of Pale Magenta #F377E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.95%

R = 40.98%
G = 20.07%
B = 38.95%

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

#F377E7 (or 0xF377E7) is known color: Pale Magenta. HEX triplet: F3, 77 and E7. RGB value is (243,119,231). Sum of RGB (Red+Green+Blue) = 243+119+231=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F377E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F377E7 is #0C8818. Grayscale: #A8A8A8. Windows color (decimal): -821273 or 15169523. OLE color: 15169523.

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

Color convert

RGB 243 119 231 -
CMYK 0 0.51 0.05 0.05
HSL 305.81º 0.84% 0.71% -
HSV(B) 305.81º 0.51% 0.95% -
XYZ 57.98 38.02 79.88 -
YUV 168.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 243 119 231 0 0.51 0.05 0.05 305.81 0.84 0.71
Hex F3 77 E7 0 33 5 5 132 54 47
Octal 363 167 347 0 63 5 5 462 124 107
Binary 11110011 1110111 11100111 0 110011 101 101 100110010 1010100 1000111

Color Harmonies of #F377E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F377E7

Black with #F377E7

Text Example


Text Example

White with #F377E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F377E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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