Html Css Color HEX #F782C0 Tea Rose

📋 copy color: '#F782C0'

red 247 ◦ green 130 ◦ blue 192

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

Shades of Tea Rose #F782C0

Tints of Tea Rose #F782C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.74%

R = 43.41%
G = 22.85%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F782C0 (or 0xF782C0) is known color: Tea Rose. HEX triplet: F7, 82 and C0. RGB value is (247,130,192). Sum of RGB (Red+Green+Blue) = 247+130+192=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F782C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782C0 is #087D3F. Grayscale: #ABABAB. Windows color (decimal): -556352 or 12616439. OLE color: 12616439.

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

Color convert

RGB 247 130 192 -
CMYK 0 0.47 0.22 0.03
HSL 328.21º 0.88% 0.74% -
HSV(B) 328.21º 0.47% 0.97% -
XYZ 55.85 39.55 54.56 -
YUV 172.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 247 130 192 0 0.47 0.22 0.03 328.21 0.88 0.74
Hex F7 82 C0 0 2F 16 3 148 58 4A
Octal 367 202 300 0 57 26 3 510 130 112
Binary 11110111 10000010 11000000 0 101111 10110 11 101001000 1011000 1001010

Color Harmonies of #F782C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F782C0

Black with #F782C0

Text Example


Text Example

White with #F782C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F782C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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