Html Css Color HEX #F37FDA Pale Magenta

📋 copy color: '#F37FDA'

red 243 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #F37FDA

Tints of Pale Magenta #F37FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.6%

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

R = 41.33%
G = 21.6%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F37FDA (or 0xF37FDA) is known color: Pale Magenta. HEX triplet: F3, 7F and DA. RGB value is (243,127,218). Sum of RGB (Red+Green+Blue) = 243+127+218=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FDA is #0C8025. Grayscale: #ABABAB. Windows color (decimal): -819238 or 14319603. OLE color: 14319603.

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

Color convert

RGB 243 127 218 -
CMYK 0 0.48 0.10 0.05
HSL 312.93º 0.83% 0.73% -
HSV(B) 312.93º 0.48% 0.95% -
XYZ 57.21 39.3 70.9 -
YUV 172.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 243 127 218 0 0.48 0.10 0.05 312.93 0.83 0.73
Hex F3 7F DA 0 30 A 5 139 53 49
Octal 363 177 332 0 60 12 5 471 123 111
Binary 11110011 1111111 11011010 0 110000 1010 101 100111001 1010011 1001001

Color Harmonies of #F37FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FDA

Black with #F37FDA

Text Example


Text Example

White with #F37FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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