Html Css Color HEX #FF87C1 Tea Rose

📋 copy color: '#FF87C1'

red 255 ◦ green 135 ◦ blue 193

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

Shades of Tea Rose #FF87C1

Tints of Tea Rose #FF87C1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.16%

 BLUE value IS 193 (75.78% from 255) = 33.1%

R = 43.74%
G = 23.16%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF87C1 (or 0xFF87C1) is known color: Tea Rose. HEX triplet: FF, 87 and C1. RGB value is (255,135,193). Sum of RGB (Red+Green+Blue) = 255+135+193=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87C1 is #00783E. Grayscale: #B1B1B1. Windows color (decimal): -30783 or 12683263. OLE color: 12683263.

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

Color convert

RGB 255 135 193 -
CMYK 0 0.47 0.24 0
HSL 331º 1% 0.76% -
HSV(B) 331º 0.47% 1% -
XYZ 59.53 42.44 55.51 -
YUV 177.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 255 135 193 0 0.47 0.24 0 331 1 0.76
Hex FF 87 C1 0 2F 18 0 14B 64 4C
Octal 377 207 301 0 57 30 0 513 144 114
Binary 11111111 10000111 11000001 0 101111 11000 0 101001011 1100100 1001100

Color Harmonies of #FF87C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF87C1

Black with #FF87C1

Text Example


Text Example

White with #FF87C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF87C1; }

 p { color: rgb(255,135,193); }

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

background-color css

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

 a { background-color: rgb(255,135,193); }

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

border-color css

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

 span { border-color: rgb(255,135,193); }

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