Html Css Color HEX #FF84C3 Tea Rose

📋 copy color: '#FF84C3'

red 255 ◦ green 132 ◦ blue 195

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

Shades of Tea Rose #FF84C3

Tints of Tea Rose #FF84C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.51%

R = 43.81%
G = 22.68%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF84C3 (or 0xFF84C3) is known color: Tea Rose. HEX triplet: FF, 84 and C3. RGB value is (255,132,195). Sum of RGB (Red+Green+Blue) = 255+132+195=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84C3 is #007B3C. Grayscale: #AFAFAF. Windows color (decimal): -31549 or 12813567. OLE color: 12813567.

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

Color convert

RGB 255 132 195 -
CMYK 0 0.48 0.24 0
HSL 329.27º 1% 0.76% -
HSV(B) 329.27º 0.48% 1% -
XYZ 59.34 41.7 56.55 -
YUV 175.96 138.75 184.38 -
System Red Green Blue C M Y K H S L
Decimal 255 132 195 0 0.48 0.24 0 329.27 1 0.76
Hex FF 84 C3 0 30 18 0 149 64 4C
Octal 377 204 303 0 60 30 0 511 144 114
Binary 11111111 10000100 11000011 0 110000 11000 0 101001001 1100100 1001100

Color Harmonies of #FF84C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84C3

Black with #FF84C3

Text Example


Text Example

White with #FF84C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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