Html Css Color HEX #F785CE Tea Rose

📋 copy color: '#F785CE'

red 247 ◦ green 133 ◦ blue 206

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

Shades of Tea Rose #F785CE

Tints of Tea Rose #F785CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.7%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 42.15%
G = 22.7%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F785CE (or 0xF785CE) is known color: Tea Rose. HEX triplet: F7, 85 and CE. RGB value is (247,133,206). Sum of RGB (Red+Green+Blue) = 247+133+206=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F785CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785CE is #087A31. Grayscale: #AFAFAF. Windows color (decimal): -555570 or 13534711. OLE color: 13534711.

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

Color convert

RGB 247 133 206 -
CMYK 0 0.46 0.17 0.03
HSL 321.58º 0.88% 0.75% -
HSV(B) 321.58º 0.46% 0.97% -
XYZ 57.89 41.01 63.26 -
YUV 175.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 247 133 206 0 0.46 0.17 0.03 321.58 0.88 0.75
Hex F7 85 CE 0 2E 11 3 142 58 4B
Octal 367 205 316 0 56 21 3 502 130 113
Binary 11110111 10000101 11001110 0 101110 10001 11 101000010 1011000 1001011

Color Harmonies of #F785CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785CE

Black with #F785CE

Text Example


Text Example

White with #F785CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785CE; }

 p { color: rgb(247,133,206); }

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

background-color css

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

 a { background-color: rgb(247,133,206); }

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

border-color css

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

 span { border-color: rgb(247,133,206); }

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