Html Css Color HEX #F375DE Pale Magenta

📋 copy color: '#F375DE'

red 243 ◦ green 117 ◦ blue 222

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

Shades of Pale Magenta #F375DE

Tints of Pale Magenta #F375DE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.1%

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

R = 41.75%
G = 20.1%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F375DE (or 0xF375DE) is known color: Pale Magenta. HEX triplet: F3, 75 and DE. RGB value is (243,117,222). Sum of RGB (Red+Green+Blue) = 243+117+222=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F375DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375DE is #0C8A21. Grayscale: #A6A6A6. Windows color (decimal): -821794 or 14579187. OLE color: 14579187.

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

Color convert

RGB 243 117 222 -
CMYK 0 0.52 0.09 0.05
HSL 310º 0.84% 0.71% -
HSV(B) 310º 0.52% 0.95% -
XYZ 56.51 37.05 73.28 -
YUV 166.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 243 117 222 0 0.52 0.09 0.05 310 0.84 0.71
Hex F3 75 DE 0 34 9 5 136 54 47
Octal 363 165 336 0 64 11 5 466 124 107
Binary 11110011 1110101 11011110 0 110100 1001 101 100110110 1010100 1000111

Color Harmonies of #F375DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375DE

Black with #F375DE

Text Example


Text Example

White with #F375DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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