Html Css Color HEX #FF7FCC Tea Rose

📋 copy color: '#FF7FCC'

red 255 ◦ green 127 ◦ blue 204

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

Shades of Tea Rose #FF7FCC

Tints of Tea Rose #FF7FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.67%

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 43.52%
G = 21.67%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF7FCC (or 0xFF7FCC) is known color: Tea Rose. HEX triplet: FF, 7F and CC. RGB value is (255,127,204). Sum of RGB (Red+Green+Blue) = 255+127+204=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FCC is #008033. Grayscale: #ADADAD. Windows color (decimal): -32820 or 13402111. OLE color: 13402111.

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

Color convert

RGB 255 127 204 -
CMYK 0 0.50 0.2 0
HSL 323.91º 1% 0.75% -
HSV(B) 323.91º 0.5% 1% -
XYZ 59.73 40.8 61.85 -
YUV 174.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 255 127 204 0 0.50 0.2 0 323.91 1 0.75
Hex FF 7F CC 0 32 14 0 144 64 4B
Octal 377 177 314 0 62 24 0 504 144 113
Binary 11111111 1111111 11001100 0 110010 10100 0 101000100 1100100 1001011

Color Harmonies of #FF7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FCC

Black with #FF7FCC

Text Example


Text Example

White with #FF7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FCC; }

 p { color: rgb(255,127,204); }

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

background-color css

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

 a { background-color: rgb(255,127,204); }

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

border-color css

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

 span { border-color: rgb(255,127,204); }

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