Html Css Color HEX #F00ACF Hot Magenta

📋 copy color: '#F00ACF'

red 240 ◦ green 10 ◦ blue 207

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

Shades of Hot Magenta #F00ACF

Tints of Hot Magenta #F00ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.19%

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 52.52%
G = 2.19%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F00ACF (or 0xF00ACF) is known color: Hot Magenta. HEX triplet: F0, 0A and CF. RGB value is (240,10,207). Sum of RGB (Red+Green+Blue) = 240+10+207=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ACF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ACF is #0FF530. Grayscale: #646464. Windows color (decimal): -1045809 or 13568752. OLE color: 13568752.

HSL color Cylindrical-coordinate representation of color #F00ACF: hue angle of 308.61º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00ACF is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 207 -
CMYK 0 0.96 0.14 0.06
HSL 308.61º 0.92% 0.49% -
HSV(B) 308.61º 0.96% 0.94% -
XYZ 47.31 23.25 61.03 -
YUV 101.23 187.7 226.98 -
System Red Green Blue C M Y K H S L
Decimal 240 10 207 0 0.96 0.14 0.06 308.61 0.92 0.49
Hex F0 A CF 0 60 E 6 135 5C 31
Octal 360 12 317 0 140 16 6 465 134 61
Binary 11110000 1010 11001111 0 1100000 1110 110 100110101 1011100 110001

Color Harmonies of #F00ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ACF

Black with #F00ACF

Text Example


Text Example

White with #F00ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ACF; }

 p { color: rgb(240,10,207); }

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

background-color css

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

 a { background-color: rgb(240,10,207); }

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

border-color css

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

 span { border-color: rgb(240,10,207); }

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