Html Css Color HEX #F685CA Tea Rose

📋 copy color: '#F685CA'

red 246 ◦ green 133 ◦ blue 202

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

Shades of Tea Rose #F685CA

Tints of Tea Rose #F685CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.89%

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

R = 42.34%
G = 22.89%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F685CA (or 0xF685CA) is known color: Tea Rose. HEX triplet: F6, 85 and CA. RGB value is (246,133,202). Sum of RGB (Red+Green+Blue) = 246+133+202=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F685CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685CA is #097A35. Grayscale: #AEAEAE. Windows color (decimal): -621110 or 13272566. OLE color: 13272566.

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

Color convert

RGB 246 133 202 -
CMYK 0 0.46 0.18 0.04
HSL 323.36º 0.86% 0.74% -
HSV(B) 323.36º 0.46% 0.96% -
XYZ 57.05 40.63 60.71 -
YUV 174.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 246 133 202 0 0.46 0.18 0.04 323.36 0.86 0.74
Hex F6 85 CA 0 2E 12 4 143 56 4A
Octal 366 205 312 0 56 22 4 503 126 112
Binary 11110110 10000101 11001010 0 101110 10010 100 101000011 1010110 1001010

Color Harmonies of #F685CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F685CA

Black with #F685CA

Text Example


Text Example

White with #F685CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F685CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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