Html Css Color HEX #FF7DC7 Tea Rose

📋 copy color: '#FF7DC7'

red 255 ◦ green 125 ◦ blue 199

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

Shades of Tea Rose #FF7DC7

Tints of Tea Rose #FF7DC7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.59%

 BLUE value IS 199 (78.13% from 255) = 34.37%

R = 44.04%
G = 21.59%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF7DC7 (or 0xFF7DC7) is known color: Tea Rose. HEX triplet: FF, 7D and C7. RGB value is (255,125,199). Sum of RGB (Red+Green+Blue) = 255+125+199=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DC7 is #008238. Grayscale: #ACACAC. Windows color (decimal): -33337 or 13073919. OLE color: 13073919.

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

Color convert

RGB 255 125 199 -
CMYK 0 0.51 0.22 0
HSL 325.85º 1% 0.75% -
HSV(B) 325.85º 0.51% 1% -
XYZ 58.88 40.05 58.66 -
YUV 172.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 255 125 199 0 0.51 0.22 0 325.85 1 0.75
Hex FF 7D C7 0 33 16 0 146 64 4B
Octal 377 175 307 0 63 26 0 506 144 113
Binary 11111111 1111101 11000111 0 110011 10110 0 101000110 1100100 1001011

Color Harmonies of #FF7DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DC7

Black with #FF7DC7

Text Example


Text Example

White with #FF7DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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