Html Css Color HEX #F782CE Tea Rose

📋 copy color: '#F782CE'

red 247 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #F782CE

Tints of Tea Rose #F782CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 42.37%
G = 22.3%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F782CE (or 0xF782CE) is known color: Tea Rose. HEX triplet: F7, 82 and CE. RGB value is (247,130,206). Sum of RGB (Red+Green+Blue) = 247+130+206=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F782CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782CE is #087D31. Grayscale: #ADADAD. Windows color (decimal): -556338 or 13533943. OLE color: 13533943.

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

Color convert

RGB 247 130 206 -
CMYK 0 0.47 0.17 0.03
HSL 321.03º 0.88% 0.74% -
HSV(B) 321.03º 0.47% 0.97% -
XYZ 57.48 40.2 63.12 -
YUV 173.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 247 130 206 0 0.47 0.17 0.03 321.03 0.88 0.74
Hex F7 82 CE 0 2F 11 3 141 58 4A
Octal 367 202 316 0 57 21 3 501 130 112
Binary 11110111 10000010 11001110 0 101111 10001 11 101000001 1011000 1001010

Color Harmonies of #F782CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F782CE

Black with #F782CE

Text Example


Text Example

White with #F782CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F782CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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