Html Css Color HEX #FA7FD2 Tea Rose

📋 copy color: '#FA7FD2'

red 250 ◦ green 127 ◦ blue 210

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

Shades of Tea Rose #FA7FD2

Tints of Tea Rose #FA7FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.78%

R = 42.59%
G = 21.64%
B = 35.78%

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

#FA7FD2 (or 0xFA7FD2) is known color: Tea Rose. HEX triplet: FA, 7F and D2. RGB value is (250,127,210). Sum of RGB (Red+Green+Blue) = 250+127+210=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FD2 is #05802D. Grayscale: #ADADAD. Windows color (decimal): -360494 or 13795322. OLE color: 13795322.

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

Color convert

RGB 250 127 210 -
CMYK 0 0.49 0.16 0.02
HSL 319.51º 0.92% 0.74% -
HSV(B) 319.51º 0.49% 0.98% -
XYZ 58.65 40.16 65.63 -
YUV 173.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 250 127 210 0 0.49 0.16 0.02 319.51 0.92 0.74
Hex FA 7F D2 0 31 10 2 140 5C 4A
Octal 372 177 322 0 61 20 2 500 134 112
Binary 11111010 1111111 11010010 0 110001 10000 10 101000000 1011100 1001010

Color Harmonies of #FA7FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FD2

Black with #FA7FD2

Text Example


Text Example

White with #FA7FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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