Html Css Color HEX #F093DF Pale Magenta

📋 copy color: '#F093DF'

red 240 ◦ green 147 ◦ blue 223

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

Shades of Pale Magenta #F093DF

Tints of Pale Magenta #F093DF

RGB

 RED value IS 240 (94.14% from 255) = 39.34%

 GREEN value IS 147 (57.81% from 255) = 24.1%

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 39.34%
G = 24.1%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F093DF (or 0xF093DF) is known color: Pale Magenta. HEX triplet: F0, 93 and DF. RGB value is (240,147,223). Sum of RGB (Red+Green+Blue) = 240+147+223=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F093DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093DF is #0F6C20. Grayscale: #B7B7B7. Windows color (decimal): -1010721 or 14652400. OLE color: 14652400.

HSL color Cylindrical-coordinate representation of color #F093DF: hue angle of 310.97º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093DF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 223 -
CMYK 0 0.39 0.07 0.06
HSL 310.97º 0.76% 0.76% -
HSV(B) 310.97º 0.39% 0.94% -
XYZ 59.69 44.72 75.3 -
YUV 183.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 240 147 223 0 0.39 0.07 0.06 310.97 0.76 0.76
Hex F0 93 DF 0 27 7 6 137 4C 4C
Octal 360 223 337 0 47 7 6 467 114 114
Binary 11110000 10010011 11011111 0 100111 111 110 100110111 1001100 1001100

Color Harmonies of #F093DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093DF

Black with #F093DF

Text Example


Text Example

White with #F093DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093DF; }

 p { color: rgb(240,147,223); }

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

background-color css

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

 a { background-color: rgb(240,147,223); }

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

border-color css

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

 span { border-color: rgb(240,147,223); }

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