Html Css Color HEX #F37BDA Pale Magenta

📋 copy color: '#F37BDA'

red 243 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #F37BDA

Tints of Pale Magenta #F37BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 41.61%
G = 21.06%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F37BDA (or 0xF37BDA) is known color: Pale Magenta. HEX triplet: F3, 7B and DA. RGB value is (243,123,218). Sum of RGB (Red+Green+Blue) = 243+123+218=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 123 (48.44% from 255 or 21.06% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BDA is #0C8425. Grayscale: #A9A9A9. Windows color (decimal): -820262 or 14318579. OLE color: 14318579.

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

Color convert

RGB 243 123 218 -
CMYK 0 0.49 0.10 0.05
HSL 312.5º 0.83% 0.72% -
HSV(B) 312.5º 0.49% 0.95% -
XYZ 56.7 38.28 70.73 -
YUV 169.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 243 123 218 0 0.49 0.10 0.05 312.5 0.83 0.72
Hex F3 7B DA 0 31 A 5 138 53 48
Octal 363 173 332 0 61 12 5 470 123 110
Binary 11110011 1111011 11011010 0 110001 1010 101 100111000 1010011 1001000

Color Harmonies of #F37BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37BDA

Black with #F37BDA

Text Example


Text Example

White with #F37BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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