Html Css Color HEX #FF85CA Tea Rose

📋 copy color: '#FF85CA'

red 255 ◦ green 133 ◦ blue 202

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

Shades of Tea Rose #FF85CA

Tints of Tea Rose #FF85CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.54%

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

R = 43.22%
G = 22.54%
B = 34.24%

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

#FF85CA (or 0xFF85CA) is known color: Tea Rose. HEX triplet: FF, 85 and CA. RGB value is (255,133,202). Sum of RGB (Red+Green+Blue) = 255+133+202=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85CA is #007A35. Grayscale: #B1B1B1. Windows color (decimal): -31286 or 13272575. OLE color: 13272575.

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

Color convert

RGB 255 133 202 -
CMYK 0 0.48 0.21 0
HSL 326.07º 1% 0.76% -
HSV(B) 326.07º 0.48% 1% -
XYZ 60.29 42.3 60.86 -
YUV 177.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 255 133 202 0 0.48 0.21 0 326.07 1 0.76
Hex FF 85 CA 0 30 15 0 146 64 4C
Octal 377 205 312 0 60 25 0 506 144 114
Binary 11111111 10000101 11001010 0 110000 10101 0 101000110 1100100 1001100

Color Harmonies of #FF85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85CA

Black with #FF85CA

Text Example


Text Example

White with #FF85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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