Html Css Color HEX #FA85C7 Tea Rose

📋 copy color: '#FA85C7'

red 250 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #FA85C7

Tints of Tea Rose #FA85C7

RGB

 RED value IS 250 (98.05% from 255) = 42.96%

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

 BLUE value IS 199 (78.13% from 255) = 34.19%

R = 42.96%
G = 22.85%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA85C7 (or 0xFA85C7) is known color: Tea Rose. HEX triplet: FA, 85 and C7. RGB value is (250,133,199). Sum of RGB (Red+Green+Blue) = 250+133+199=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85C7 is #057A38. Grayscale: #AFAFAF. Windows color (decimal): -358969 or 13075962. OLE color: 13075962.

HSL color Cylindrical-coordinate representation of color #FA85C7: hue angle of 326.15º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85C7 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 199 -
CMYK 0 0.47 0.20 0.02
HSL 326.15º 0.92% 0.75% -
HSV(B) 326.15º 0.47% 0.98% -
XYZ 58.12 41.22 58.93 -
YUV 175.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 250 133 199 0 0.47 0.20 0.02 326.15 0.92 0.75
Hex FA 85 C7 0 2F 14 2 146 5C 4B
Octal 372 205 307 0 57 24 2 506 134 113
Binary 11111010 10000101 11000111 0 101111 10100 10 101000110 1011100 1001011

Color Harmonies of #FA85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85C7

Black with #FA85C7

Text Example


Text Example

White with #FA85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85C7; }

 p { color: rgb(250,133,199); }

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

background-color css

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

 a { background-color: rgb(250,133,199); }

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

border-color css

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

 span { border-color: rgb(250,133,199); }

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