Html Css Color HEX #F38FEA Pale Magenta

📋 copy color: '#F38FEA'

red 243 ◦ green 143 ◦ blue 234

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

Shades of Pale Magenta #F38FEA

Tints of Pale Magenta #F38FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 39.19%
G = 23.06%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F38FEA (or 0xF38FEA) is known color: Pale Magenta. HEX triplet: F3, 8F and EA. RGB value is (243,143,234). Sum of RGB (Red+Green+Blue) = 243+143+234=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38FEA is #0C7015. Grayscale: #B7B7B7. Windows color (decimal): -815126 or 15372275. OLE color: 15372275.

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

Color convert

RGB 243 143 234 -
CMYK 0 0.41 0.04 0.05
HSL 305.4º 0.81% 0.76% -
HSV(B) 305.4º 0.41% 0.95% -
XYZ 61.64 44.64 83.21 -
YUV 183.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 243 143 234 0 0.41 0.04 0.05 305.4 0.81 0.76
Hex F3 8F EA 0 29 4 5 131 51 4C
Octal 363 217 352 0 51 4 5 461 121 114
Binary 11110011 10001111 11101010 0 101001 100 101 100110001 1010001 1001100

Color Harmonies of #F38FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FEA

Black with #F38FEA

Text Example


Text Example

White with #F38FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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