Html Css Color HEX #F786C1 Tea Rose

📋 copy color: '#F786C1'

red 247 ◦ green 134 ◦ blue 193

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

Shades of Tea Rose #F786C1

Tints of Tea Rose #F786C1

RGB

 RED value IS 247 (96.88% from 255) = 43.03%

 GREEN value IS 134 (52.73% from 255) = 23.34%

 BLUE value IS 193 (75.78% from 255) = 33.62%

R = 43.03%
G = 23.34%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F786C1 (or 0xF786C1) is known color: Tea Rose. HEX triplet: F7, 86 and C1. RGB value is (247,134,193). Sum of RGB (Red+Green+Blue) = 247+134+193=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F786C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786C1 is #08793E. Grayscale: #AEAEAE. Windows color (decimal): -555327 or 12682999. OLE color: 12682999.

HSL color Cylindrical-coordinate representation of color #F786C1: hue angle of 328.67º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F786C1 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 134 193 -
CMYK 0 0.46 0.22 0.03
HSL 328.67º 0.88% 0.75% -
HSV(B) 328.67º 0.46% 0.97% -
XYZ 56.51 40.67 55.32 -
YUV 174.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 247 134 193 0 0.46 0.22 0.03 328.67 0.88 0.75
Hex F7 86 C1 0 2E 16 3 149 58 4B
Octal 367 206 301 0 56 26 3 511 130 113
Binary 11110111 10000110 11000001 0 101110 10110 11 101001001 1011000 1001011

Color Harmonies of #F786C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F786C1

Black with #F786C1

Text Example


Text Example

White with #F786C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F786C1; }

 p { color: rgb(247,134,193); }

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

background-color css

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

 a { background-color: rgb(247,134,193); }

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

border-color css

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

 span { border-color: rgb(247,134,193); }

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