Html Css Color HEX #FF83D1 Tea Rose

📋 copy color: '#FF83D1'

red 255 ◦ green 131 ◦ blue 209

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

Shades of Tea Rose #FF83D1

Tints of Tea Rose #FF83D1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.02%

 BLUE value IS 209 (82.03% from 255) = 35.13%

R = 42.86%
G = 22.02%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF83D1 (or 0xFF83D1) is known color: Tea Rose. HEX triplet: FF, 83 and D1. RGB value is (255,131,209). Sum of RGB (Red+Green+Blue) = 255+131+209=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83D1 is #007C2E. Grayscale: #B0B0B0. Windows color (decimal): -31791 or 13730815. OLE color: 13730815.

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

Color convert

RGB 255 131 209 -
CMYK 0 0.49 0.18 0
HSL 322.26º 1% 0.76% -
HSV(B) 322.26º 0.49% 1% -
XYZ 60.86 42.1 65.24 -
YUV 176.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 255 131 209 0 0.49 0.18 0 322.26 1 0.76
Hex FF 83 D1 0 31 12 0 142 64 4C
Octal 377 203 321 0 61 22 0 502 144 114
Binary 11111111 10000011 11010001 0 110001 10010 0 101000010 1100100 1001100

Color Harmonies of #FF83D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83D1

Black with #FF83D1

Text Example


Text Example

White with #FF83D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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