Html Css Color HEX #F075DF Pale Magenta

📋 copy color: '#F075DF'

red 240 ◦ green 117 ◦ blue 223

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

Shades of Pale Magenta #F075DF

Tints of Pale Magenta #F075DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.17%

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

R = 41.38%
G = 20.17%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F075DF (or 0xF075DF) is known color: Pale Magenta. HEX triplet: F0, 75 and DF. RGB value is (240,117,223). Sum of RGB (Red+Green+Blue) = 240+117+223=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F075DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075DF is #0F8A20. Grayscale: #A5A5A5. Windows color (decimal): -1018401 or 14644720. OLE color: 14644720.

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

Color convert

RGB 240 117 223 -
CMYK 0 0.51 0.07 0.06
HSL 308.29º 0.8% 0.7% -
HSV(B) 308.29º 0.51% 0.94% -
XYZ 55.62 36.58 73.94 -
YUV 165.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 240 117 223 0 0.51 0.07 0.06 308.29 0.8 0.7
Hex F0 75 DF 0 33 7 6 134 50 46
Octal 360 165 337 0 63 7 6 464 120 106
Binary 11110000 1110101 11011111 0 110011 111 110 100110100 1010000 1000110

Color Harmonies of #F075DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075DF

Black with #F075DF

Text Example


Text Example

White with #F075DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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