Html Css Color HEX #F074DF Pale Magenta

📋 copy color: '#F074DF'

red 240 ◦ green 116 ◦ blue 223

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

Shades of Pale Magenta #F074DF

Tints of Pale Magenta #F074DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.03%

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

R = 41.45%
G = 20.03%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F074DF (or 0xF074DF) is known color: Pale Magenta. HEX triplet: F0, 74 and DF. RGB value is (240,116,223). Sum of RGB (Red+Green+Blue) = 240+116+223=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F074DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074DF is #0F8B20. Grayscale: #A4A4A4. Windows color (decimal): -1018657 or 14644464. OLE color: 14644464.

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

Color convert

RGB 240 116 223 -
CMYK 0 0.52 0.07 0.06
HSL 308.23º 0.81% 0.7% -
HSV(B) 308.23º 0.52% 0.94% -
XYZ 55.5 36.34 73.9 -
YUV 165.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 240 116 223 0 0.52 0.07 0.06 308.23 0.81 0.7
Hex F0 74 DF 0 34 7 6 134 51 46
Octal 360 164 337 0 64 7 6 464 121 106
Binary 11110000 1110100 11011111 0 110100 111 110 100110100 1010001 1000110

Color Harmonies of #F074DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074DF

Black with #F074DF

Text Example


Text Example

White with #F074DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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