Html Css Color HEX #FF87CA Tea Rose

📋 copy color: '#FF87CA'

red 255 ◦ green 135 ◦ blue 202

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

Shades of Tea Rose #FF87CA

Tints of Tea Rose #FF87CA

RGB

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

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

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

R = 43.07%
G = 22.8%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF87CA (or 0xFF87CA) is known color: Tea Rose. HEX triplet: FF, 87 and CA. RGB value is (255,135,202). Sum of RGB (Red+Green+Blue) = 255+135+202=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87CA is #007835. Grayscale: #B2B2B2. Windows color (decimal): -30774 or 13273087. OLE color: 13273087.

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

Color convert

RGB 255 135 202 -
CMYK 0 0.47 0.21 0
HSL 326.5º 1% 0.76% -
HSV(B) 326.5º 0.47% 1% -
XYZ 60.56 42.85 60.96 -
YUV 178.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 255 135 202 0 0.47 0.21 0 326.5 1 0.76
Hex FF 87 CA 0 2F 15 0 146 64 4C
Octal 377 207 312 0 57 25 0 506 144 114
Binary 11111111 10000111 11001010 0 101111 10101 0 101000110 1100100 1001100

Color Harmonies of #FF87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF87CA

Black with #FF87CA

Text Example


Text Example

White with #FF87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF87CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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