Html Css Color HEX #F680CA Tea Rose

📋 copy color: '#F680CA'

red 246 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #F680CA

Tints of Tea Rose #F680CA

RGB

 RED value IS 246 (96.48% from 255) = 42.71%

 GREEN value IS 128 (50.39% from 255) = 22.22%

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 42.71%
G = 22.22%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F680CA (or 0xF680CA) is known color: Tea Rose. HEX triplet: F6, 80 and CA. RGB value is (246,128,202). Sum of RGB (Red+Green+Blue) = 246+128+202=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F680CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680CA is #097F35. Grayscale: #ABABAB. Windows color (decimal): -622390 or 13271286. OLE color: 13271286.

HSL color Cylindrical-coordinate representation of color #F680CA: hue angle of 322.37º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680CA is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 202 -
CMYK 0 0.48 0.18 0.04
HSL 322.37º 0.87% 0.73% -
HSV(B) 322.37º 0.48% 0.96% -
XYZ 56.39 39.3 60.49 -
YUV 171.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 246 128 202 0 0.48 0.18 0.04 322.37 0.87 0.73
Hex F6 80 CA 0 30 12 4 142 57 49
Octal 366 200 312 0 60 22 4 502 127 111
Binary 11110110 10000000 11001010 0 110000 10010 100 101000010 1010111 1001001

Color Harmonies of #F680CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F680CA

Black with #F680CA

Text Example


Text Example

White with #F680CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F680CA; }

 p { color: rgb(246,128,202); }

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

background-color css

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

 a { background-color: rgb(246,128,202); }

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

border-color css

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

 span { border-color: rgb(246,128,202); }

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