Html Css Color HEX #F395E8 Pale Magenta

📋 copy color: '#F395E8'

red 243 ◦ green 149 ◦ blue 232

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

Shades of Pale Magenta #F395E8

Tints of Pale Magenta #F395E8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.88%

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 38.94%
G = 23.88%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F395E8 (or 0xF395E8) is known color: Pale Magenta. HEX triplet: F3, 95 and E8. RGB value is (243,149,232). Sum of RGB (Red+Green+Blue) = 243+149+232=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F395E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395E8 is #0C6A17. Grayscale: #BABABA. Windows color (decimal): -813592 or 15242739. OLE color: 15242739.

HSL color Cylindrical-coordinate representation of color #F395E8: hue angle of 307.02º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395E8 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 149 232 -
CMYK 0 0.39 0.05 0.05
HSL 307.02º 0.8% 0.77% -
HSV(B) 307.02º 0.39% 0.95% -
XYZ 62.28 46.38 82.01 -
YUV 186.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 243 149 232 0 0.39 0.05 0.05 307.02 0.8 0.77
Hex F3 95 E8 0 27 5 5 133 50 4D
Octal 363 225 350 0 47 5 5 463 120 115
Binary 11110011 10010101 11101000 0 100111 101 101 100110011 1010000 1001101

Color Harmonies of #F395E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F395E8

Black with #F395E8

Text Example


Text Example

White with #F395E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F395E8; }

 p { color: rgb(243,149,232); }

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

background-color css

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

 a { background-color: rgb(243,149,232); }

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

border-color css

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

 span { border-color: rgb(243,149,232); }

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