Html Css Color HEX #F07ACC Tea Rose

📋 copy color: '#F07ACC'

red 240 ◦ green 122 ◦ blue 204

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

Shades of Tea Rose #F07ACC

Tints of Tea Rose #F07ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.55%

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 42.4%
G = 21.55%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F07ACC (or 0xF07ACC) is known color: Tea Rose. HEX triplet: F0, 7A and CC. RGB value is (240,122,204). Sum of RGB (Red+Green+Blue) = 240+122+204=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ACC is #0F8533. Grayscale: #A6A6A6. Windows color (decimal): -1017140 or 13400816. OLE color: 13400816.

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

Color convert

RGB 240 122 204 -
CMYK 0 0.49 0.15 0.06
HSL 318.31º 0.8% 0.71% -
HSV(B) 318.31º 0.49% 0.94% -
XYZ 53.79 36.8 61.4 -
YUV 166.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 240 122 204 0 0.49 0.15 0.06 318.31 0.8 0.71
Hex F0 7A CC 0 31 F 6 13E 50 47
Octal 360 172 314 0 61 17 6 476 120 107
Binary 11110000 1111010 11001100 0 110001 1111 110 100111110 1010000 1000111

Color Harmonies of #F07ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ACC

Black with #F07ACC

Text Example


Text Example

White with #F07ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ACC; }

 p { color: rgb(240,122,204); }

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

background-color css

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

 a { background-color: rgb(240,122,204); }

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

border-color css

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

 span { border-color: rgb(240,122,204); }

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