#FF83CA

Color #FF83CA Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FF83CA

Tints of Tea Rose #FF83CA

Color information

#FF83CA (or 0xFF83CA) is unknown color: approx Tea Rose. HEX triplet: FF, 83 and CA. RGB value is (255,131,202). Sum of RGB (Red+Green+Blue) = 255+131+202=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83CA is #007C35. Grayscale: #B0B0B0. Windows color (decimal): -31798 or 13272063. OLE color: 13272063.

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

Color convert

RGB255131202-
CMYK00.490.210
HSL325.65º100%75.69%-
HSV(B)325.65º48.63%100%-
XYZ60.0241.7660.77-
YUV176.17142.58184.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 131 (51.56% from 255) = 22.28%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=43.37%
G=22.28%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513120200.490.210325.6510075.69
HexFF83CA031150146644c
Octal377203312061250506144114
Binary111111111000001111001010011000110101010100011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83CA; }

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

 H1.HeaderClassName
 {
   color: #FF83CA;
 }
 .AnyTagClassName
 {
   color: #FF83CA;
 }
</style>
background-color css

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

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

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

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

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

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