Html Css Color HEX #F78DC2 Tea Rose

📋 copy color: '#F78DC2'

red 247 ◦ green 141 ◦ blue 194

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

Shades of Tea Rose #F78DC2

Tints of Tea Rose #F78DC2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.23%

 BLUE value IS 194 (76.17% from 255) = 33.33%

R = 42.44%
G = 24.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F78DC2 (or 0xF78DC2) is known color: Tea Rose. HEX triplet: F7, 8D and C2. RGB value is (247,141,194). Sum of RGB (Red+Green+Blue) = 247+141+194=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DC2 is #08723D. Grayscale: #B2B2B2. Windows color (decimal): -553534 or 12750327. OLE color: 12750327.

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

Color convert

RGB 247 141 194 -
CMYK 0 0.43 0.21 0.03
HSL 330º 0.87% 0.76% -
HSV(B) 330º 0.43% 0.97% -
XYZ 57.62 42.72 56.25 -
YUV 178.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 247 141 194 0 0.43 0.21 0.03 330 0.87 0.76
Hex F7 8D C2 0 2B 15 3 14A 57 4C
Octal 367 215 302 0 53 25 3 512 127 114
Binary 11110111 10001101 11000010 0 101011 10101 11 101001010 1010111 1001100

Color Harmonies of #F78DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78DC2

Black with #F78DC2

Text Example


Text Example

White with #F78DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78DC2; }

 p { color: rgb(247,141,194); }

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

background-color css

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

 a { background-color: rgb(247,141,194); }

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

border-color css

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

 span { border-color: rgb(247,141,194); }

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