Html Css Color HEX #FA85C4 Tea Rose

📋 copy color: '#FA85C4'

red 250 ◦ green 133 ◦ blue 196

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

Shades of Tea Rose #FA85C4

Tints of Tea Rose #FA85C4

RGB

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

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

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

R = 43.18%
G = 22.97%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA85C4 (or 0xFA85C4) is known color: Tea Rose. HEX triplet: FA, 85 and C4. RGB value is (250,133,196). Sum of RGB (Red+Green+Blue) = 250+133+196=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85C4 is #057A3B. Grayscale: #AFAFAF. Windows color (decimal): -358972 or 12879354. OLE color: 12879354.

HSL color Cylindrical-coordinate representation of color #FA85C4: hue angle of 327.69º 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 #FA85C4 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 196 -
CMYK 0 0.47 0.22 0.02
HSL 327.69º 0.92% 0.75% -
HSV(B) 327.69º 0.47% 0.98% -
XYZ 57.78 41.08 57.11 -
YUV 175.17 139.76 181.38 -
System Red Green Blue C M Y K H S L
Decimal 250 133 196 0 0.47 0.22 0.02 327.69 0.92 0.75
Hex FA 85 C4 0 2F 16 2 148 5C 4B
Octal 372 205 304 0 57 26 2 510 134 113
Binary 11111010 10000101 11000100 0 101111 10110 10 101001000 1011100 1001011

Color Harmonies of #FA85C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85C4

Black with #FA85C4

Text Example


Text Example

White with #FA85C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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