Html Css Color HEX #F088DF Pale Magenta

📋 copy color: '#F088DF'

red 240 ◦ green 136 ◦ blue 223

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

Shades of Pale Magenta #F088DF

Tints of Pale Magenta #F088DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.7%

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

R = 40.07%
G = 22.7%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F088DF (or 0xF088DF) is known color: Pale Magenta. HEX triplet: F0, 88 and DF. RGB value is (240,136,223). Sum of RGB (Red+Green+Blue) = 240+136+223=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F088DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088DF is #0F7720. Grayscale: #B0B0B0. Windows color (decimal): -1013537 or 14649584. OLE color: 14649584.

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

Color convert

RGB 240 136 223 -
CMYK 0 0.43 0.07 0.06
HSL 309.81º 0.78% 0.74% -
HSV(B) 309.81º 0.43% 0.94% -
XYZ 58.06 41.46 74.75 -
YUV 177.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 240 136 223 0 0.43 0.07 0.06 309.81 0.78 0.74
Hex F0 88 DF 0 2B 7 6 136 4E 4A
Octal 360 210 337 0 53 7 6 466 116 112
Binary 11110000 10001000 11011111 0 101011 111 110 100110110 1001110 1001010

Color Harmonies of #F088DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088DF

Black with #F088DF

Text Example


Text Example

White with #F088DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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