Html Css Color HEX #FF7DCA Tea Rose

📋 copy color: '#FF7DCA'

red 255 ◦ green 125 ◦ blue 202

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

Shades of Tea Rose #FF7DCA

Tints of Tea Rose #FF7DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 43.81%
G = 21.48%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF7DCA (or 0xFF7DCA) is known color: Tea Rose. HEX triplet: FF, 7D and CA. RGB value is (255,125,202). Sum of RGB (Red+Green+Blue) = 255+125+202=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DCA is #008235. Grayscale: #ACACAC. Windows color (decimal): -33334 or 13270527. OLE color: 13270527.

HSL color Cylindrical-coordinate representation of color #FF7DCA: hue angle of 324.46º 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 #FF7DCA is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 125 202 -
CMYK 0 0.51 0.21 0
HSL 324.46º 1% 0.75% -
HSV(B) 324.46º 0.51% 1% -
XYZ 59.23 40.19 60.51 -
YUV 172.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 255 125 202 0 0.51 0.21 0 324.46 1 0.75
Hex FF 7D CA 0 33 15 0 144 64 4B
Octal 377 175 312 0 63 25 0 504 144 113
Binary 11111111 1111101 11001010 0 110011 10101 0 101000100 1100100 1001011

Color Harmonies of #FF7DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DCA

Black with #FF7DCA

Text Example


Text Example

White with #FF7DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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