Html Css Color HEX #F785CF Tea Rose

📋 copy color: '#F785CF'

red 247 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #F785CF

Tints of Tea Rose #F785CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 42.08%
G = 22.66%
B = 35.26%

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

#F785CF (or 0xF785CF) is known color: Tea Rose. HEX triplet: F7, 85 and CF. RGB value is (247,133,207). Sum of RGB (Red+Green+Blue) = 247+133+207=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F785CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785CF is #087A30. Grayscale: #AFAFAF. Windows color (decimal): -555569 or 13600247. OLE color: 13600247.

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

Color convert

RGB 247 133 207 -
CMYK 0 0.46 0.16 0.03
HSL 321.05º 0.88% 0.75% -
HSV(B) 321.05º 0.46% 0.97% -
XYZ 58.01 41.05 63.9 -
YUV 175.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 247 133 207 0 0.46 0.16 0.03 321.05 0.88 0.75
Hex F7 85 CF 0 2E 10 3 141 58 4B
Octal 367 205 317 0 56 20 3 501 130 113
Binary 11110111 10000101 11001111 0 101110 10000 11 101000001 1011000 1001011

Color Harmonies of #F785CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785CF

Black with #F785CF

Text Example


Text Example

White with #F785CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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