Html Css Color HEX #F78ACF Tea Rose

📋 copy color: '#F78ACF'

red 247 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #F78ACF

Tints of Tea Rose #F78ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.31%

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

R = 41.72%
G = 23.31%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F78ACF (or 0xF78ACF) is known color: Tea Rose. HEX triplet: F7, 8A and CF. RGB value is (247,138,207). Sum of RGB (Red+Green+Blue) = 247+138+207=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ACF is #087530. Grayscale: #B2B2B2. Windows color (decimal): -554289 or 13601527. OLE color: 13601527.

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

Color convert

RGB 247 138 207 -
CMYK 0 0.44 0.16 0.03
HSL 322.02º 0.87% 0.75% -
HSV(B) 322.02º 0.44% 0.97% -
XYZ 58.71 42.46 64.13 -
YUV 178.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 247 138 207 0 0.44 0.16 0.03 322.02 0.87 0.75
Hex F7 8A CF 0 2C 10 3 142 57 4B
Octal 367 212 317 0 54 20 3 502 127 113
Binary 11110111 10001010 11001111 0 101100 10000 11 101000010 1010111 1001011

Color Harmonies of #F78ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78ACF

Black with #F78ACF

Text Example


Text Example

White with #F78ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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