Html Css Color HEX #F786D0 Tea Rose

📋 copy color: '#F786D0'

red 247 ◦ green 134 ◦ blue 208

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

Shades of Tea Rose #F786D0

Tints of Tea Rose #F786D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 41.94%
G = 22.75%
B = 35.31%

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

#F786D0 (or 0xF786D0) is known color: Tea Rose. HEX triplet: F7, 86 and D0. RGB value is (247,134,208). Sum of RGB (Red+Green+Blue) = 247+134+208=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F786D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786D0 is #08792F. Grayscale: #B0B0B0. Windows color (decimal): -555312 or 13666039. OLE color: 13666039.

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

Color convert

RGB 247 134 208 -
CMYK 0 0.46 0.16 0.03
HSL 320.71º 0.88% 0.75% -
HSV(B) 320.71º 0.46% 0.97% -
XYZ 58.27 41.38 64.59 -
YUV 176.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 247 134 208 0 0.46 0.16 0.03 320.71 0.88 0.75
Hex F7 86 D0 0 2E 10 3 141 58 4B
Octal 367 206 320 0 56 20 3 501 130 113
Binary 11110111 10000110 11010000 0 101110 10000 11 101000001 1011000 1001011

Color Harmonies of #F786D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F786D0

Black with #F786D0

Text Example


Text Example

White with #F786D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F786D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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