Html Css Color HEX #F785C5 Tea Rose

📋 copy color: '#F785C5'

red 247 ◦ green 133 ◦ blue 197

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

Shades of Tea Rose #F785C5

Tints of Tea Rose #F785C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.14%

R = 42.81%
G = 23.05%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F785C5 (or 0xF785C5) is known color: Tea Rose. HEX triplet: F7, 85 and C5. RGB value is (247,133,197). Sum of RGB (Red+Green+Blue) = 247+133+197=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F785C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785C5 is #087A3A. Grayscale: #AEAEAE. Windows color (decimal): -555579 or 12944887. OLE color: 12944887.

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

Color convert

RGB 247 133 197 -
CMYK 0 0.46 0.20 0.03
HSL 326.32º 0.88% 0.75% -
HSV(B) 326.32º 0.46% 0.97% -
XYZ 56.82 40.58 57.66 -
YUV 174.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 247 133 197 0 0.46 0.20 0.03 326.32 0.88 0.75
Hex F7 85 C5 0 2E 14 3 146 58 4B
Octal 367 205 305 0 56 24 3 506 130 113
Binary 11110111 10000101 11000101 0 101110 10100 11 101000110 1011000 1001011

Color Harmonies of #F785C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785C5

Black with #F785C5

Text Example


Text Example

White with #F785C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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