Html Css Color HEX #FF7AC6 Tea Rose

📋 copy color: '#FF7AC6'

red 255 ◦ green 122 ◦ blue 198

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

Shades of Tea Rose #FF7AC6

Tints of Tea Rose #FF7AC6

RGB

 RED value IS 255 (100% from 255) = 44.35%

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

 BLUE value IS 198 (77.73% from 255) = 34.43%

R = 44.35%
G = 21.22%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF7AC6 (or 0xFF7AC6) is known color: Tea Rose. HEX triplet: FF, 7A and C6. RGB value is (255,122,198). Sum of RGB (Red+Green+Blue) = 255+122+198=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AC6 is #008539. Grayscale: #AAAAAA. Windows color (decimal): -34106 or 13007615. OLE color: 13007615.

HSL color Cylindrical-coordinate representation of color #FF7AC6: hue angle of 325.71º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AC6 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 122 198 -
CMYK 0 0.52 0.22 0
HSL 325.71º 1% 0.74% -
HSV(B) 325.71º 0.52% 1% -
XYZ 58.39 39.26 57.93 -
YUV 170.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 255 122 198 0 0.52 0.22 0 325.71 1 0.74
Hex FF 7A C6 0 34 16 0 146 64 4A
Octal 377 172 306 0 64 26 0 506 144 112
Binary 11111111 1111010 11000110 0 110100 10110 0 101000110 1100100 1001010

Color Harmonies of #FF7AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AC6

Black with #FF7AC6

Text Example


Text Example

White with #FF7AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AC6; }

 p { color: rgb(255,122,198); }

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

background-color css

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

 a { background-color: rgb(255,122,198); }

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

border-color css

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

 span { border-color: rgb(255,122,198); }

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