Html Css Color HEX #F78CBE Tea Rose

📋 copy color: '#F78CBE'

red 247 ◦ green 140 ◦ blue 190

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

Shades of Tea Rose #F78CBE

Tints of Tea Rose #F78CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.26%

 BLUE value IS 190 (74.61% from 255) = 32.93%

R = 42.81%
G = 24.26%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F78CBE (or 0xF78CBE) is known color: Tea Rose. HEX triplet: F7, 8C and BE. RGB value is (247,140,190). Sum of RGB (Red+Green+Blue) = 247+140+190=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CBE is #087341. Grayscale: #B1B1B1. Windows color (decimal): -553794 or 12487927. OLE color: 12487927.

HSL color Cylindrical-coordinate representation of color #F78CBE: hue angle of 331.96º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78CBE is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 140 190 -
CMYK 0 0.43 0.23 0.03
HSL 331.96º 0.87% 0.76% -
HSV(B) 331.96º 0.43% 0.97% -
XYZ 57.03 42.25 53.86 -
YUV 177.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 247 140 190 0 0.43 0.23 0.03 331.96 0.87 0.76
Hex F7 8C BE 0 2B 17 3 14C 57 4C
Octal 367 214 276 0 53 27 3 514 127 114
Binary 11110111 10001100 10111110 0 101011 10111 11 101001100 1010111 1001100

Color Harmonies of #F78CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78CBE

Black with #F78CBE

Text Example


Text Example

White with #F78CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78CBE; }

 p { color: rgb(247,140,190); }

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

background-color css

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

 a { background-color: rgb(247,140,190); }

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

border-color css

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

 span { border-color: rgb(247,140,190); }

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