Html Css Color HEX #FA7FD1 Tea Rose

📋 copy color: '#FA7FD1'

red 250 ◦ green 127 ◦ blue 209

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

Shades of Tea Rose #FA7FD1

Tints of Tea Rose #FA7FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 21.67%

 BLUE value IS 209 (82.03% from 255) = 35.67%

R = 42.66%
G = 21.67%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA7FD1 (or 0xFA7FD1) is known color: Tea Rose. HEX triplet: FA, 7F and D1. RGB value is (250,127,209). Sum of RGB (Red+Green+Blue) = 250+127+209=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FD1 is #05802E. Grayscale: #ACACAC. Windows color (decimal): -360495 or 13729786. OLE color: 13729786.

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

Color convert

RGB 250 127 209 -
CMYK 0 0.49 0.16 0.02
HSL 320º 0.92% 0.74% -
HSV(B) 320º 0.49% 0.98% -
XYZ 58.52 40.11 64.98 -
YUV 173.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 250 127 209 0 0.49 0.16 0.02 320 0.92 0.74
Hex FA 7F D1 0 31 10 2 140 5C 4A
Octal 372 177 321 0 61 20 2 500 134 112
Binary 11111010 1111111 11010001 0 110001 10000 10 101000000 1011100 1001010

Color Harmonies of #FA7FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FD1

Black with #FA7FD1

Text Example


Text Example

White with #FA7FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FD1; }

 p { color: rgb(250,127,209); }

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

background-color css

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

 a { background-color: rgb(250,127,209); }

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

border-color css

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

 span { border-color: rgb(250,127,209); }

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