Html Css Color HEX #F370DE Pale Magenta

📋 copy color: '#F370DE'

red 243 ◦ green 112 ◦ blue 222

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

Shades of Pale Magenta #F370DE

Tints of Pale Magenta #F370DE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.41%

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

R = 42.11%
G = 19.41%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F370DE (or 0xF370DE) is known color: Pale Magenta. HEX triplet: F3, 70 and DE. RGB value is (243,112,222). Sum of RGB (Red+Green+Blue) = 243+112+222=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F370DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370DE is #0C8F21. Grayscale: #A3A3A3. Windows color (decimal): -823074 or 14577907. OLE color: 14577907.

HSL color Cylindrical-coordinate representation of color #F370DE: hue angle of 309.62º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370DE is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 112 222 -
CMYK 0 0.54 0.09 0.05
HSL 309.62º 0.85% 0.7% -
HSV(B) 309.62º 0.54% 0.95% -
XYZ 55.94 35.92 73.09 -
YUV 163.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 243 112 222 0 0.54 0.09 0.05 309.62 0.85 0.7
Hex F3 70 DE 0 36 9 5 136 55 46
Octal 363 160 336 0 66 11 5 466 125 106
Binary 11110011 1110000 11011110 0 110110 1001 101 100110110 1010101 1000110

Color Harmonies of #F370DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370DE

Black with #F370DE

Text Example


Text Example

White with #F370DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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