Html Css Color HEX #FF85C4 Tea Rose

📋 copy color: '#FF85C4'

red 255 ◦ green 133 ◦ blue 196

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

Shades of Tea Rose #FF85C4

Tints of Tea Rose #FF85C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.56%

R = 43.66%
G = 22.77%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF85C4 (or 0xFF85C4) is known color: Tea Rose. HEX triplet: FF, 85 and C4. RGB value is (255,133,196). Sum of RGB (Red+Green+Blue) = 255+133+196=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85C4 is #007A3B. Grayscale: #B0B0B0. Windows color (decimal): -31292 or 12879359. OLE color: 12879359.

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

Color convert

RGB 255 133 196 -
CMYK 0 0.48 0.23 0
HSL 329.02º 1% 0.76% -
HSV(B) 329.02º 0.48% 1% -
XYZ 59.59 42.02 57.19 -
YUV 176.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 255 133 196 0 0.48 0.23 0 329.02 1 0.76
Hex FF 85 C4 0 30 17 0 149 64 4C
Octal 377 205 304 0 60 27 0 511 144 114
Binary 11111111 10000101 11000100 0 110000 10111 0 101001001 1100100 1001100

Color Harmonies of #FF85C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85C4

Black with #FF85C4

Text Example


Text Example

White with #FF85C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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