Html Css Color HEX #F786CF Tea Rose

📋 copy color: '#F786CF'

red 247 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #F786CF

Tints of Tea Rose #F786CF

RGB

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

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

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

R = 42.01%
G = 22.79%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F786CF (or 0xF786CF) is known color: Tea Rose. HEX triplet: F7, 86 and CF. RGB value is (247,134,207). Sum of RGB (Red+Green+Blue) = 247+134+207=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F786CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786CF is #087930. Grayscale: #AFAFAF. Windows color (decimal): -555313 or 13600503. OLE color: 13600503.

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

Color convert

RGB 247 134 207 -
CMYK 0 0.46 0.16 0.03
HSL 321.24º 0.88% 0.75% -
HSV(B) 321.24º 0.46% 0.97% -
XYZ 58.15 41.33 63.94 -
YUV 176.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 247 134 207 0 0.46 0.16 0.03 321.24 0.88 0.75
Hex F7 86 CF 0 2E 10 3 141 58 4B
Octal 367 206 317 0 56 20 3 501 130 113
Binary 11110111 10000110 11001111 0 101110 10000 11 101000001 1011000 1001011

Color Harmonies of #F786CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F786CF

Black with #F786CF

Text Example


Text Example

White with #F786CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F786CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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