Html Css Color HEX #FF85C3 Tea Rose

📋 copy color: '#FF85C3'

red 255 ◦ green 133 ◦ blue 195

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

Shades of Tea Rose #FF85C3

Tints of Tea Rose #FF85C3

RGB

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

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

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

R = 43.74%
G = 22.81%
B = 33.45%

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

#FF85C3 (or 0xFF85C3) is known color: Tea Rose. HEX triplet: FF, 85 and C3. RGB value is (255,133,195). Sum of RGB (Red+Green+Blue) = 255+133+195=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85C3 is #007A3C. Grayscale: #B0B0B0. Windows color (decimal): -31293 or 12813823. OLE color: 12813823.

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

Color convert

RGB 255 133 195 -
CMYK 0 0.48 0.24 0
HSL 329.51º 1% 0.76% -
HSV(B) 329.51º 0.48% 1% -
XYZ 59.48 41.98 56.6 -
YUV 176.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 255 133 195 0 0.48 0.24 0 329.51 1 0.76
Hex FF 85 C3 0 30 18 0 14A 64 4C
Octal 377 205 303 0 60 30 0 512 144 114
Binary 11111111 10000101 11000011 0 110000 11000 0 101001010 1100100 1001100

Color Harmonies of #FF85C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85C3

Black with #FF85C3

Text Example


Text Example

White with #FF85C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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