Html Css Color HEX #FA7FCF Tea Rose

📋 copy color: '#FA7FCF'

red 250 ◦ green 127 ◦ blue 207

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

Shades of Tea Rose #FA7FCF

Tints of Tea Rose #FA7FCF

RGB

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

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

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

R = 42.81%
G = 21.75%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA7FCF (or 0xFA7FCF) is known color: Tea Rose. HEX triplet: FA, 7F and CF. RGB value is (250,127,207). Sum of RGB (Red+Green+Blue) = 250+127+207=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FCF is #058030. Grayscale: #ACACAC. Windows color (decimal): -360497 or 13598714. OLE color: 13598714.

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

Color convert

RGB 250 127 207 -
CMYK 0 0.49 0.17 0.02
HSL 320.98º 0.92% 0.74% -
HSV(B) 320.98º 0.49% 0.98% -
XYZ 58.28 40.01 63.68 -
YUV 172.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 250 127 207 0 0.49 0.17 0.02 320.98 0.92 0.74
Hex FA 7F CF 0 31 11 2 141 5C 4A
Octal 372 177 317 0 61 21 2 501 134 112
Binary 11111010 1111111 11001111 0 110001 10001 10 101000001 1011100 1001010

Color Harmonies of #FA7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FCF

Black with #FA7FCF

Text Example


Text Example

White with #FA7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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