Html Css Color HEX #F786CA Tea Rose

📋 copy color: '#F786CA'

red 247 ◦ green 134 ◦ blue 202

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

Shades of Tea Rose #F786CA

Tints of Tea Rose #F786CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 42.37%
G = 22.98%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F786CA (or 0xF786CA) is known color: Tea Rose. HEX triplet: F7, 86 and CA. RGB value is (247,134,202). Sum of RGB (Red+Green+Blue) = 247+134+202=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F786CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786CA is #087935. Grayscale: #AFAFAF. Windows color (decimal): -555318 or 13272823. OLE color: 13272823.

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

Color convert

RGB 247 134 202 -
CMYK 0 0.46 0.18 0.03
HSL 323.89º 0.88% 0.75% -
HSV(B) 323.89º 0.46% 0.97% -
XYZ 57.54 41.09 60.78 -
YUV 175.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 247 134 202 0 0.46 0.18 0.03 323.89 0.88 0.75
Hex F7 86 CA 0 2E 12 3 144 58 4B
Octal 367 206 312 0 56 22 3 504 130 113
Binary 11110111 10000110 11001010 0 101110 10010 11 101000100 1011000 1001011

Color Harmonies of #F786CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F786CA

Black with #F786CA

Text Example


Text Example

White with #F786CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F786CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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