Html Css Color HEX #F785D0 Tea Rose

📋 copy color: '#F785D0'

red 247 ◦ green 133 ◦ blue 208

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

Shades of Tea Rose #F785D0

Tints of Tea Rose #F785D0

RGB

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

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

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

R = 42.01%
G = 22.62%
B = 35.37%

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

#F785D0 (or 0xF785D0) is known color: Tea Rose. HEX triplet: F7, 85 and D0. RGB value is (247,133,208). Sum of RGB (Red+Green+Blue) = 247+133+208=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F785D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785D0 is #087A2F. Grayscale: #AFAFAF. Windows color (decimal): -555568 or 13665783. OLE color: 13665783.

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

Color convert

RGB 247 133 208 -
CMYK 0 0.46 0.16 0.03
HSL 320.53º 0.88% 0.75% -
HSV(B) 320.53º 0.46% 0.97% -
XYZ 58.13 41.1 64.54 -
YUV 175.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 247 133 208 0 0.46 0.16 0.03 320.53 0.88 0.75
Hex F7 85 D0 0 2E 10 3 141 58 4B
Octal 367 205 320 0 56 20 3 501 130 113
Binary 11110111 10000101 11010000 0 101110 10000 11 101000001 1011000 1001011

Color Harmonies of #F785D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785D0

Black with #F785D0

Text Example


Text Example

White with #F785D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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