Html Css Color HEX #F37BDD Pale Magenta

📋 copy color: '#F37BDD'

red 243 ◦ green 123 ◦ blue 221

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

Shades of Pale Magenta #F37BDD

Tints of Pale Magenta #F37BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.95%

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

R = 41.4%
G = 20.95%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F37BDD (or 0xF37BDD) is known color: Pale Magenta. HEX triplet: F3, 7B and DD. RGB value is (243,123,221). Sum of RGB (Red+Green+Blue) = 243+123+221=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BDD is #0C8422. Grayscale: #A9A9A9. Windows color (decimal): -820259 or 14515187. OLE color: 14515187.

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

Color convert

RGB 243 123 221 -
CMYK 0 0.49 0.09 0.05
HSL 311º 0.83% 0.72% -
HSV(B) 311º 0.49% 0.95% -
XYZ 57.1 38.44 72.82 -
YUV 170.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 243 123 221 0 0.49 0.09 0.05 311 0.83 0.72
Hex F3 7B DD 0 31 9 5 137 53 48
Octal 363 173 335 0 61 11 5 467 123 110
Binary 11110011 1111011 11011101 0 110001 1001 101 100110111 1010011 1001000

Color Harmonies of #F37BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37BDD

Black with #F37BDD

Text Example


Text Example

White with #F37BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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