Html Css Color HEX #F78CCF Tea Rose

📋 copy color: '#F78CCF'

red 247 ◦ green 140 ◦ blue 207

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

Shades of Tea Rose #F78CCF

Tints of Tea Rose #F78CCF

RGB

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

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

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

R = 41.58%
G = 23.57%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F78CCF (or 0xF78CCF) is known color: Tea Rose. HEX triplet: F7, 8C and CF. RGB value is (247,140,207). Sum of RGB (Red+Green+Blue) = 247+140+207=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CCF is #087330. Grayscale: #B3B3B3. Windows color (decimal): -553777 or 13602039. OLE color: 13602039.

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

Color convert

RGB 247 140 207 -
CMYK 0 0.43 0.16 0.03
HSL 322.43º 0.87% 0.76% -
HSV(B) 322.43º 0.43% 0.97% -
XYZ 59 43.04 64.23 -
YUV 179.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 247 140 207 0 0.43 0.16 0.03 322.43 0.87 0.76
Hex F7 8C CF 0 2B 10 3 142 57 4C
Octal 367 214 317 0 53 20 3 502 127 114
Binary 11110111 10001100 11001111 0 101011 10000 11 101000010 1010111 1001100

Color Harmonies of #F78CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78CCF

Black with #F78CCF

Text Example


Text Example

White with #F78CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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