Html Css Color HEX #F78FCF Tea Rose

📋 copy color: '#F78FCF'

red 247 ◦ green 143 ◦ blue 207

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

Shades of Tea Rose #F78FCF

Tints of Tea Rose #F78FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.95%

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

R = 41.37%
G = 23.95%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F78FCF (or 0xF78FCF) is known color: Tea Rose. HEX triplet: F7, 8F and CF. RGB value is (247,143,207). Sum of RGB (Red+Green+Blue) = 247+143+207=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FCF is #087030. Grayscale: #B5B5B5. Windows color (decimal): -553009 or 13602807. OLE color: 13602807.

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

Color convert

RGB 247 143 207 -
CMYK 0 0.42 0.16 0.03
HSL 323.08º 0.87% 0.76% -
HSV(B) 323.08º 0.42% 0.97% -
XYZ 59.44 43.92 64.38 -
YUV 181.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 247 143 207 0 0.42 0.16 0.03 323.08 0.87 0.76
Hex F7 8F CF 0 2A 10 3 143 57 4C
Octal 367 217 317 0 52 20 3 503 127 114
Binary 11110111 10001111 11001111 0 101010 10000 11 101000011 1010111 1001100

Color Harmonies of #F78FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78FCF

Black with #F78FCF

Text Example


Text Example

White with #F78FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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