Html Css Color HEX #F07ACD Tea Rose

📋 copy color: '#F07ACD'

red 240 ◦ green 122 ◦ blue 205

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

Shades of Tea Rose #F07ACD

Tints of Tea Rose #F07ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 42.33%
G = 21.52%
B = 36.16%

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

#F07ACD (or 0xF07ACD) is known color: Tea Rose. HEX triplet: F0, 7A and CD. RGB value is (240,122,205). Sum of RGB (Red+Green+Blue) = 240+122+205=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ACD is #0F8532. Grayscale: #A6A6A6. Windows color (decimal): -1017139 or 13466352. OLE color: 13466352.

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

Color convert

RGB 240 122 205 -
CMYK 0 0.49 0.15 0.06
HSL 317.8º 0.8% 0.71% -
HSV(B) 317.8º 0.49% 0.94% -
XYZ 53.91 36.85 62.03 -
YUV 166.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 240 122 205 0 0.49 0.15 0.06 317.8 0.8 0.71
Hex F0 7A CD 0 31 F 6 13E 50 47
Octal 360 172 315 0 61 17 6 476 120 107
Binary 11110000 1111010 11001101 0 110001 1111 110 100111110 1010000 1000111

Color Harmonies of #F07ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ACD

Black with #F07ACD

Text Example


Text Example

White with #F07ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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