Html Css Color HEX #F38FDE Pale Magenta

📋 copy color: '#F38FDE'

red 243 ◦ green 143 ◦ blue 222

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

Shades of Pale Magenta #F38FDE

Tints of Pale Magenta #F38FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 39.97%
G = 23.52%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F38FDE (or 0xF38FDE) is known color: Pale Magenta. HEX triplet: F3, 8F and DE. RGB value is (243,143,222). Sum of RGB (Red+Green+Blue) = 243+143+222=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FDE is #0C7021. Grayscale: #B5B5B5. Windows color (decimal): -815138 or 14585843. OLE color: 14585843.

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

Color convert

RGB 243 143 222 -
CMYK 0 0.41 0.09 0.05
HSL 312.6º 0.81% 0.76% -
HSV(B) 312.6º 0.41% 0.95% -
XYZ 59.97 43.97 74.43 -
YUV 181.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 243 143 222 0 0.41 0.09 0.05 312.6 0.81 0.76
Hex F3 8F DE 0 29 9 5 139 51 4C
Octal 363 217 336 0 51 11 5 471 121 114
Binary 11110011 10001111 11011110 0 101001 1001 101 100111001 1010001 1001100

Color Harmonies of #F38FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FDE

Black with #F38FDE

Text Example


Text Example

White with #F38FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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