Html Css Color HEX #FA89CF Tea Rose

📋 copy color: '#FA89CF'

red 250 ◦ green 137 ◦ blue 207

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

Shades of Tea Rose #FA89CF

Tints of Tea Rose #FA89CF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.06%

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 42.09%
G = 23.06%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA89CF (or 0xFA89CF) is known color: Tea Rose. HEX triplet: FA, 89 and CF. RGB value is (250,137,207). Sum of RGB (Red+Green+Blue) = 250+137+207=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89CF is #057630. Grayscale: #B2B2B2. Windows color (decimal): -357937 or 13601274. OLE color: 13601274.

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

Color convert

RGB 250 137 207 -
CMYK 0 0.45 0.17 0.02
HSL 322.83º 0.92% 0.76% -
HSV(B) 322.83º 0.45% 0.98% -
XYZ 59.63 42.72 64.13 -
YUV 178.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 250 137 207 0 0.45 0.17 0.02 322.83 0.92 0.76
Hex FA 89 CF 0 2D 11 2 143 5C 4C
Octal 372 211 317 0 55 21 2 503 134 114
Binary 11111010 10001001 11001111 0 101101 10001 10 101000011 1011100 1001100

Color Harmonies of #FA89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89CF

Black with #FA89CF

Text Example


Text Example

White with #FA89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89CF; }

 p { color: rgb(250,137,207); }

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

background-color css

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

 a { background-color: rgb(250,137,207); }

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

border-color css

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

 span { border-color: rgb(250,137,207); }

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