Html Css Color HEX #FA82CF Tea Rose

📋 copy color: '#FA82CF'

red 250 ◦ green 130 ◦ blue 207

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

Shades of Tea Rose #FA82CF

Tints of Tea Rose #FA82CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.15%

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

R = 42.59%
G = 22.15%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA82CF (or 0xFA82CF) is known color: Tea Rose. HEX triplet: FA, 82 and CF. RGB value is (250,130,207). Sum of RGB (Red+Green+Blue) = 250+130+207=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82CF is #057D30. Grayscale: #AEAEAE. Windows color (decimal): -359729 or 13599482. OLE color: 13599482.

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

Color convert

RGB 250 130 207 -
CMYK 0 0.48 0.17 0.02
HSL 321.5º 0.92% 0.75% -
HSV(B) 321.5º 0.48% 0.98% -
XYZ 58.67 40.79 63.81 -
YUV 174.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 250 130 207 0 0.48 0.17 0.02 321.5 0.92 0.75
Hex FA 82 CF 0 30 11 2 142 5C 4B
Octal 372 202 317 0 60 21 2 502 134 113
Binary 11111010 10000010 11001111 0 110000 10001 10 101000010 1011100 1001011

Color Harmonies of #FA82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA82CF

Black with #FA82CF

Text Example


Text Example

White with #FA82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA82CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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