Html Css Color HEX #F383E2 Pale Magenta

📋 copy color: '#F383E2'

red 243 ◦ green 131 ◦ blue 226

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

Shades of Pale Magenta #F383E2

Tints of Pale Magenta #F383E2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.83%

 BLUE value IS 226 (88.67% from 255) = 37.67%

R = 40.5%
G = 21.83%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F383E2 (or 0xF383E2) is known color: Pale Magenta. HEX triplet: F3, 83 and E2. RGB value is (243,131,226). Sum of RGB (Red+Green+Blue) = 243+131+226=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 131 (51.56% from 255 or 21.83% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F383E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383E2 is #0C7C1D. Grayscale: #AFAFAF. Windows color (decimal): -818206 or 14844915. OLE color: 14844915.

HSL color Cylindrical-coordinate representation of color #F383E2: hue angle of 309.11º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383E2 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 131 226 -
CMYK 0 0.46 0.07 0.05
HSL 309.11º 0.82% 0.73% -
HSV(B) 309.11º 0.46% 0.95% -
XYZ 58.81 40.78 76.72 -
YUV 175.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 243 131 226 0 0.46 0.07 0.05 309.11 0.82 0.73
Hex F3 83 E2 0 2E 7 5 135 52 49
Octal 363 203 342 0 56 7 5 465 122 111
Binary 11110011 10000011 11100010 0 101110 111 101 100110101 1010010 1001001

Color Harmonies of #F383E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383E2

Black with #F383E2

Text Example


Text Example

White with #F383E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383E2; }

 p { color: rgb(243,131,226); }

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

background-color css

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

 a { background-color: rgb(243,131,226); }

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

border-color css

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

 span { border-color: rgb(243,131,226); }

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