Html Css Color HEX #F784C2 Tea Rose

📋 copy color: '#F784C2'

red 247 ◦ green 132 ◦ blue 194

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

Shades of Tea Rose #F784C2

Tints of Tea Rose #F784C2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.04%

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

R = 43.11%
G = 23.04%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F784C2 (or 0xF784C2) is known color: Tea Rose. HEX triplet: F7, 84 and C2. RGB value is (247,132,194). Sum of RGB (Red+Green+Blue) = 247+132+194=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F784C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F784C2 is #087B3D. Grayscale: #ADADAD. Windows color (decimal): -555838 or 12748023. OLE color: 12748023.

HSL color Cylindrical-coordinate representation of color #F784C2: hue angle of 327.65º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F784C2 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 132 194 -
CMYK 0 0.47 0.21 0.03
HSL 327.65º 0.88% 0.74% -
HSV(B) 327.65º 0.47% 0.97% -
XYZ 56.35 40.17 55.82 -
YUV 173.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 247 132 194 0 0.47 0.21 0.03 327.65 0.88 0.74
Hex F7 84 C2 0 2F 15 3 148 58 4A
Octal 367 204 302 0 57 25 3 510 130 112
Binary 11110111 10000100 11000010 0 101111 10101 11 101001000 1011000 1001010

Color Harmonies of #F784C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F784C2

Black with #F784C2

Text Example


Text Example

White with #F784C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F784C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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