Html Css Color HEX #FA7FD3 Tea Rose

📋 copy color: '#FA7FD3'

red 250 ◦ green 127 ◦ blue 211

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

Shades of Tea Rose #FA7FD3

Tints of Tea Rose #FA7FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.88%

R = 42.52%
G = 21.6%
B = 35.88%

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

#FA7FD3 (or 0xFA7FD3) is known color: Tea Rose. HEX triplet: FA, 7F and D3. RGB value is (250,127,211). Sum of RGB (Red+Green+Blue) = 250+127+211=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FD3 is #05802C. Grayscale: #ADADAD. Windows color (decimal): -360493 or 13860858. OLE color: 13860858.

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

Color convert

RGB 250 127 211 -
CMYK 0 0.49 0.16 0.02
HSL 319.02º 0.92% 0.74% -
HSV(B) 319.02º 0.49% 0.98% -
XYZ 58.77 40.21 66.29 -
YUV 173.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 250 127 211 0 0.49 0.16 0.02 319.02 0.92 0.74
Hex FA 7F D3 0 31 10 2 13F 5C 4A
Octal 372 177 323 0 61 20 2 477 134 112
Binary 11111010 1111111 11010011 0 110001 10000 10 100111111 1011100 1001010

Color Harmonies of #FA7FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FD3

Black with #FA7FD3

Text Example


Text Example

White with #FA7FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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