Html Css Color HEX #F782C5 Tea Rose

📋 copy color: '#F782C5'

red 247 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #F782C5

Tints of Tea Rose #F782C5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.65%

 BLUE value IS 197 (77.34% from 255) = 34.32%

R = 43.03%
G = 22.65%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F782C5 (or 0xF782C5) is known color: Tea Rose. HEX triplet: F7, 82 and C5. RGB value is (247,130,197). Sum of RGB (Red+Green+Blue) = 247+130+197=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F782C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782C5 is #087D3A. Grayscale: #ACACAC. Windows color (decimal): -556347 or 12944119. OLE color: 12944119.

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

Color convert

RGB 247 130 197 -
CMYK 0 0.47 0.20 0.03
HSL 325.64º 0.88% 0.74% -
HSV(B) 325.64º 0.47% 0.97% -
XYZ 56.42 39.77 57.53 -
YUV 172.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 247 130 197 0 0.47 0.20 0.03 325.64 0.88 0.74
Hex F7 82 C5 0 2F 14 3 146 58 4A
Octal 367 202 305 0 57 24 3 506 130 112
Binary 11110111 10000010 11000101 0 101111 10100 11 101000110 1011000 1001010

Color Harmonies of #F782C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F782C5

Black with #F782C5

Text Example


Text Example

White with #F782C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F782C5; }

 p { color: rgb(247,130,197); }

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

background-color css

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

 a { background-color: rgb(247,130,197); }

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

border-color css

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

 span { border-color: rgb(247,130,197); }

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