Html Css Color HEX #F785C8 Tea Rose

📋 copy color: '#F785C8'

red 247 ◦ green 133 ◦ blue 200

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

Shades of Tea Rose #F785C8

Tints of Tea Rose #F785C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 42.59%
G = 22.93%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F785C8 (or 0xF785C8) is known color: Tea Rose. HEX triplet: F7, 85 and C8. RGB value is (247,133,200). Sum of RGB (Red+Green+Blue) = 247+133+200=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F785C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785C8 is #087A37. Grayscale: #AEAEAE. Windows color (decimal): -555576 or 13141495. OLE color: 13141495.

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

Color convert

RGB 247 133 200 -
CMYK 0 0.46 0.19 0.03
HSL 324.74º 0.88% 0.75% -
HSV(B) 324.74º 0.46% 0.97% -
XYZ 57.17 40.72 59.49 -
YUV 174.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 247 133 200 0 0.46 0.19 0.03 324.74 0.88 0.75
Hex F7 85 C8 0 2E 13 3 145 58 4B
Octal 367 205 310 0 56 23 3 505 130 113
Binary 11110111 10000101 11001000 0 101110 10011 11 101000101 1011000 1001011

Color Harmonies of #F785C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785C8

Black with #F785C8

Text Example


Text Example

White with #F785C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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