Html Css Color HEX #F685CB Tea Rose

📋 copy color: '#F685CB'

red 246 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #F685CB

Tints of Tea Rose #F685CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.88%

R = 42.27%
G = 22.85%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F685CB (or 0xF685CB) is known color: Tea Rose. HEX triplet: F6, 85 and CB. RGB value is (246,133,203). Sum of RGB (Red+Green+Blue) = 246+133+203=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F685CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685CB is #097A34. Grayscale: #AEAEAE. Windows color (decimal): -621109 or 13338102. OLE color: 13338102.

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

Color convert

RGB 246 133 203 -
CMYK 0 0.46 0.17 0.04
HSL 322.83º 0.86% 0.74% -
HSV(B) 322.83º 0.46% 0.96% -
XYZ 57.17 40.68 61.34 -
YUV 174.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 246 133 203 0 0.46 0.17 0.04 322.83 0.86 0.74
Hex F6 85 CB 0 2E 11 4 143 56 4A
Octal 366 205 313 0 56 21 4 503 126 112
Binary 11110110 10000101 11001011 0 101110 10001 100 101000011 1010110 1001010

Color Harmonies of #F685CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F685CB

Black with #F685CB

Text Example


Text Example

White with #F685CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F685CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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