Html Css Color HEX #FF84C6 Tea Rose

📋 copy color: '#FF84C6'

red 255 ◦ green 132 ◦ blue 198

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

Shades of Tea Rose #FF84C6

Tints of Tea Rose #FF84C6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.56%

 BLUE value IS 198 (77.73% from 255) = 33.85%

R = 43.59%
G = 22.56%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF84C6 (or 0xFF84C6) is known color: Tea Rose. HEX triplet: FF, 84 and C6. RGB value is (255,132,198). Sum of RGB (Red+Green+Blue) = 255+132+198=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84C6 is #007B39. Grayscale: #B0B0B0. Windows color (decimal): -31546 or 13010175. OLE color: 13010175.

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

Color convert

RGB 255 132 198 -
CMYK 0 0.48 0.22 0
HSL 327.8º 1% 0.76% -
HSV(B) 327.8º 0.48% 1% -
XYZ 59.68 41.84 58.36 -
YUV 176.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 255 132 198 0 0.48 0.22 0 327.8 1 0.76
Hex FF 84 C6 0 30 16 0 148 64 4C
Octal 377 204 306 0 60 26 0 510 144 114
Binary 11111111 10000100 11000110 0 110000 10110 0 101001000 1100100 1001100

Color Harmonies of #FF84C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84C6

Black with #FF84C6

Text Example


Text Example

White with #FF84C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84C6; }

 p { color: rgb(255,132,198); }

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

background-color css

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

 a { background-color: rgb(255,132,198); }

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

border-color css

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

 span { border-color: rgb(255,132,198); }

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