Html Css Color HEX #F78CBF Tea Rose

📋 copy color: '#F78CBF'

red 247 ◦ green 140 ◦ blue 191

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

Shades of Tea Rose #F78CBF

Tints of Tea Rose #F78CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.04%

R = 42.73%
G = 24.22%
B = 33.04%

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

#F78CBF (or 0xF78CBF) is known color: Tea Rose. HEX triplet: F7, 8C and BF. RGB value is (247,140,191). Sum of RGB (Red+Green+Blue) = 247+140+191=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CBF is #087340. Grayscale: #B1B1B1. Windows color (decimal): -553793 or 12553463. OLE color: 12553463.

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

Color convert

RGB 247 140 191 -
CMYK 0 0.43 0.23 0.03
HSL 331.4º 0.87% 0.76% -
HSV(B) 331.4º 0.43% 0.97% -
XYZ 57.14 42.29 54.44 -
YUV 177.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 247 140 191 0 0.43 0.23 0.03 331.4 0.87 0.76
Hex F7 8C BF 0 2B 17 3 14B 57 4C
Octal 367 214 277 0 53 27 3 513 127 114
Binary 11110111 10001100 10111111 0 101011 10111 11 101001011 1010111 1001100

Color Harmonies of #F78CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78CBF

Black with #F78CBF

Text Example


Text Example

White with #F78CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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