Html Css Color HEX #F075DA Pale Magenta

📋 copy color: '#F075DA'

red 240 ◦ green 117 ◦ blue 218

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

Shades of Pale Magenta #F075DA

Tints of Pale Magenta #F075DA

RGB

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

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

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

R = 41.74%
G = 20.35%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F075DA (or 0xF075DA) is known color: Pale Magenta. HEX triplet: F0, 75 and DA. RGB value is (240,117,218). Sum of RGB (Red+Green+Blue) = 240+117+218=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F075DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075DA is #0F8A25. Grayscale: #A5A5A5. Windows color (decimal): -1018406 or 14317040. OLE color: 14317040.

HSL color Cylindrical-coordinate representation of color #F075DA: hue angle of 310.73º 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 #F075DA is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 218 -
CMYK 0 0.51 0.09 0.06
HSL 310.73º 0.8% 0.7% -
HSV(B) 310.73º 0.51% 0.94% -
XYZ 54.95 36.31 70.44 -
YUV 165.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 240 117 218 0 0.51 0.09 0.06 310.73 0.8 0.7
Hex F0 75 DA 0 33 9 6 137 50 46
Octal 360 165 332 0 63 11 6 467 120 106
Binary 11110000 1110101 11011010 0 110011 1001 110 100110111 1010000 1000110

Color Harmonies of #F075DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075DA

Black with #F075DA

Text Example


Text Example

White with #F075DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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