Html Css Color HEX #F385DD Pale Magenta

📋 copy color: '#F385DD'

red 243 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #F385DD

Tints of Pale Magenta #F385DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.28%

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 40.7%
G = 22.28%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F385DD (or 0xF385DD) is known color: Pale Magenta. HEX triplet: F3, 85 and DD. RGB value is (243,133,221). Sum of RGB (Red+Green+Blue) = 243+133+221=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F385DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385DD is #0C7A22. Grayscale: #AFAFAF. Windows color (decimal): -817699 or 14517747. OLE color: 14517747.

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

Color convert

RGB 243 133 221 -
CMYK 0 0.45 0.09 0.05
HSL 312º 0.82% 0.74% -
HSV(B) 312º 0.45% 0.95% -
XYZ 58.4 41.05 73.25 -
YUV 175.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 243 133 221 0 0.45 0.09 0.05 312 0.82 0.74
Hex F3 85 DD 0 2D 9 5 138 52 4A
Octal 363 205 335 0 55 11 5 470 122 112
Binary 11110011 10000101 11011101 0 101101 1001 101 100111000 1010010 1001010

Color Harmonies of #F385DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385DD

Black with #F385DD

Text Example


Text Example

White with #F385DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385DD; }

 p { color: rgb(243,133,221); }

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

background-color css

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

 a { background-color: rgb(243,133,221); }

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

border-color css

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

 span { border-color: rgb(243,133,221); }

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