Html Css Color HEX #FF84CA Tea Rose

📋 copy color: '#FF84CA'

red 255 ◦ green 132 ◦ blue 202

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

Shades of Tea Rose #FF84CA

Tints of Tea Rose #FF84CA

RGB

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

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

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

R = 43.29%
G = 22.41%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF84CA (or 0xFF84CA) is known color: Tea Rose. HEX triplet: FF, 84 and CA. RGB value is (255,132,202). Sum of RGB (Red+Green+Blue) = 255+132+202=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84CA is #007B35. Grayscale: #B0B0B0. Windows color (decimal): -31542 or 13272319. OLE color: 13272319.

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

Color convert

RGB 255 132 202 -
CMYK 0 0.48 0.21 0
HSL 325.85º 1% 0.76% -
HSV(B) 325.85º 0.48% 1% -
XYZ 60.15 42.03 60.82 -
YUV 176.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 255 132 202 0 0.48 0.21 0 325.85 1 0.76
Hex FF 84 CA 0 30 15 0 146 64 4C
Octal 377 204 312 0 60 25 0 506 144 114
Binary 11111111 10000100 11001010 0 110000 10101 0 101000110 1100100 1001100

Color Harmonies of #FF84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84CA

Black with #FF84CA

Text Example


Text Example

White with #FF84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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