#FF7CC7

Color #FF7CC7 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FF7CC7

Tints of Tea Rose #FF7CC7

Color information

#FF7CC7 (or 0xFF7CC7) is unknown color: approx Tea Rose. HEX triplet: FF, 7C and C7. RGB value is (255,124,199). Sum of RGB (Red+Green+Blue) = 255+124+199=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CC7 is #008338. Grayscale: #ABABAB. Windows color (decimal): -33593 or 13073663. OLE color: 13073663.

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

Color convert

RGB255124199-
CMYK00.510.220
HSL325.65º100%74.31%-
HSV(B)325.65º51.37%100%-
XYZ58.7639.858.62-
YUV171.72143.4187.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 124 (48.83% from 255) = 21.45%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=44.12%
G=21.45%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512419900.510.220325.6510074.31
HexFF7CC7033160146644a
Octal377174307063260506144112
Binary11111111111110011000111011001110110010100011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CC7; }

 p { color: rgb(255,124,199); }

 H1.HeaderClassName
 {
   color: #FF7CC7;
 }
 .AnyTagClassName
 {
   color: #FF7CC7;
 }
</style>
background-color css

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

 a { background-color: rgb(255,124,199); }

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

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

 span { border-color: rgb(255,124,199); }

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