Html Css Color HEX #F38FE2 Pale Magenta

📋 copy color: '#F38FE2'

red 243 ◦ green 143 ◦ blue 226

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

Shades of Pale Magenta #F38FE2

Tints of Pale Magenta #F38FE2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.37%

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

R = 39.71%
G = 23.37%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F38FE2 (or 0xF38FE2) is known color: Pale Magenta. HEX triplet: F3, 8F and E2. RGB value is (243,143,226). Sum of RGB (Red+Green+Blue) = 243+143+226=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FE2 is #0C701D. Grayscale: #B6B6B6. Windows color (decimal): -815134 or 14847987. OLE color: 14847987.

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

Color convert

RGB 243 143 226 -
CMYK 0 0.41 0.07 0.05
HSL 310.2º 0.81% 0.76% -
HSV(B) 310.2º 0.41% 0.95% -
XYZ 60.51 44.19 77.29 -
YUV 182.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 243 143 226 0 0.41 0.07 0.05 310.2 0.81 0.76
Hex F3 8F E2 0 29 7 5 136 51 4C
Octal 363 217 342 0 51 7 5 466 121 114
Binary 11110011 10001111 11100010 0 101001 111 101 100110110 1010001 1001100

Color Harmonies of #F38FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FE2

Black with #F38FE2

Text Example


Text Example

White with #F38FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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