Html Css Color HEX #F08FD3 Pale Magenta

📋 copy color: '#F08FD3'

red 240 ◦ green 143 ◦ blue 211

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

Shades of Pale Magenta #F08FD3

Tints of Pale Magenta #F08FD3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.07%

 BLUE value IS 211 (82.81% from 255) = 35.52%

R = 40.4%
G = 24.07%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F08FD3 (or 0xF08FD3) is known color: Pale Magenta. HEX triplet: F0, 8F and D3. RGB value is (240,143,211). Sum of RGB (Red+Green+Blue) = 240+143+211=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FD3 is #0F702C. Grayscale: #B3B3B3. Windows color (decimal): -1011757 or 13864944. OLE color: 13864944.

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

Color convert

RGB 240 143 211 -
CMYK 0 0.40 0.12 0.06
HSL 317.94º 0.76% 0.75% -
HSV(B) 317.94º 0.4% 0.94% -
XYZ 57.52 42.87 66.87 -
YUV 179.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 240 143 211 0 0.40 0.12 0.06 317.94 0.76 0.75
Hex F0 8F D3 0 28 C 6 13E 4C 4B
Octal 360 217 323 0 50 14 6 476 114 113
Binary 11110000 10001111 11010011 0 101000 1100 110 100111110 1001100 1001011

Color Harmonies of #F08FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FD3

Black with #F08FD3

Text Example


Text Example

White with #F08FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FD3; }

 p { color: rgb(240,143,211); }

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

background-color css

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

 a { background-color: rgb(240,143,211); }

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

border-color css

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

 span { border-color: rgb(240,143,211); }

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